コード例 #1
0
 /**
  * Display a listing of the resource.
  *
  * @return Response
  */
 public function index()
 {
     return Role::orderby('name')->get();
 }
コード例 #2
0
 public function getGroup()
 {
     return Role::orderby('name')->get();
 }