Exemple #1
0
 public function admin()
 {
     $admin = User::whereName('admin')->get();
     return $admin[0];
 }