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