Exemple #1
0
 /**
  * Get all appRoles.
  *
  * @return Collection
  */
 public function forAll()
 {
     return AppRole::all();
 }