pagination testing
This commit is contained in:
@@ -42,7 +42,7 @@ class AdminController extends Controller
|
|||||||
if($permCount > 0) {
|
if($permCount > 0) {
|
||||||
$perms = UserPermission::where([
|
$perms = UserPermission::where([
|
||||||
'character_id' => 92626011,
|
'character_id' => 92626011,
|
||||||
])->get('permission')->toArray();
|
])->get()->toArray();
|
||||||
|
|
||||||
dd($perms);
|
dd($perms);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user