Exemple #1
0
 /**
  * @return Collection
  */
 public function getRoles()
 {
     return Role::where('name', 'guest')->get();
 }