Browse Source

FIX SUBSCRIBER database

hajar
Siti Hajar Ibrahim 5 years ago
parent
commit
925d76b1a6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Http/Controllers/Controller.php

+ 1
- 1
app/Http/Controllers/Controller.php View File

} }




return count($subscriber) . $subscriber;
return $subscriber;
} }
} }

Loading…
Cancel
Save