v1.4.0 - Added category search on the app
Added comments Fixed code Fixed pagination still being there without using it
This commit is contained in:
@@ -22,7 +22,7 @@ class PermissionController extends Controller
|
||||
*/
|
||||
public function index(Request $request)
|
||||
{
|
||||
$permission = Permission::query()->paginate(20);
|
||||
$permission = Permission::query()->get();
|
||||
|
||||
return Response::detect("permission.index", [ "permission" => $permission ]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user