Advertisement
fahmihilmansyah

Untitled

Feb 25th, 2014
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?php
  2. namespace app\composers;
  3. use App\Modules\Account\Models\User;
  4.  
  5. class ProfilComposer {
  6.  
  7.     public function compose($view)
  8.     {
  9.        // $view->with('count', User::count());
  10.         $view->with('links', User::getDatas());
  11.     }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement