instances added god may help
This commit is contained in:
@@ -18,7 +18,7 @@ $order = (string) ($_GET['order'] ?? 'key');
|
||||
$dir = (string) ($_GET['dir'] ?? 'asc');
|
||||
$active = (string) ($_GET['active'] ?? '');
|
||||
|
||||
$result = PermissionService::listPaged([
|
||||
$result = permissionGateway()->listPaged([
|
||||
'limit' => $limit,
|
||||
'offset' => $offset,
|
||||
'search' => $search,
|
||||
|
||||
Reference in New Issue
Block a user