Skip to content

Commit b0c3f19

Browse files
fadymondygithub-actions[bot]
authored andcommitted
Fix styling
1 parent 85be70b commit b0c3f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/DebugPermissionsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function handle(): int
3535

3636
// Check if User model has HasRoles trait
3737
if (! method_exists($userModel, 'hasRole')) {
38-
warning("User model does NOT have HasRoles trait!");
38+
warning('User model does NOT have HasRoles trait!');
3939
warning("Add 'use Spatie\\Permission\\Traits\\HasRoles;' to your User model");
4040

4141
return self::FAILURE;

0 commit comments

Comments
 (0)