major update
This commit is contained in:
@@ -76,7 +76,7 @@ class PermissionRepository
|
||||
$list[] = $data;
|
||||
}
|
||||
}
|
||||
return ['data' => $list, 'total' => (int) $total];
|
||||
return ['rows' => $list, 'total' => (int) $total];
|
||||
}
|
||||
|
||||
public function find(int $id): ?array
|
||||
|
||||
Reference in New Issue
Block a user