We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85be70b commit b0c3f19Copy full SHA for b0c3f19
src/Commands/DebugPermissionsCommand.php
@@ -35,7 +35,7 @@ public function handle(): int
35
36
// Check if User model has HasRoles trait
37
if (! method_exists($userModel, 'hasRole')) {
38
- warning("User model does NOT have HasRoles trait!");
+ warning('User model does NOT have HasRoles trait!');
39
warning("Add 'use Spatie\\Permission\\Traits\\HasRoles;' to your User model");
40
41
return self::FAILURE;
0 commit comments