pagination testing

This commit is contained in:
2019-10-29 00:45:28 -05:00
parent e0128f2e6b
commit 22637f9d34

View File

@@ -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);