pagination testing
This commit is contained in:
@@ -133,6 +133,8 @@ class User extends Authenticatable
|
|||||||
foreach($perms as $perm) {
|
foreach($perms as $perm) {
|
||||||
$permString = implode(', ', $perm);
|
$permString = implode(', ', $perm);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return $permString;
|
||||||
} else {
|
} else {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user