示例#1
0
 /**
  * Get all roles.
  *
  * @return Illuminate\Support\Collection
  */
 public function all()
 {
     return $this->role->all();
 }