Ejemplo n.º 1
0
 public function get()
 {
     $states = State::sortable()->paginate(env('STATE_PAGINATION_MAX'));
     return $states;
 }