コード例 #1
0
ファイル: AppRoleRepository.php プロジェクト: hktang/apnis
 /**
  * Get all appRoles.
  *
  * @return Collection
  */
 public function forAll()
 {
     return AppRole::all();
 }