示例#1
0
 /**
  * @return \Illuminate\Support\Collection
  */
 public function getAllRoles()
 {
     return $this->roleModel->newQuery()->get();
 }