run through pint
This commit is contained in:
@@ -62,7 +62,7 @@ class User extends Authenticatable
|
||||
if ($this->isMe()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return $this->hasRole(['king', 'superadmin', 'admin']);
|
||||
|
||||
return $this->hasRole(['king', 'superadmin', 'admin']);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user