Skip to content

Commit b88da75

Browse files
Apply fixes from StyleCI (#26)
Co-authored-by: StyleCI Bot <[email protected]>
1 parent 80fccb4 commit b88da75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Actions/SyncDefinedRole.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function handle(string $name, string $guard, array $permissions): void
2121
$permissions = collect($permissions)
2222
->map(fn ($permission) => match (true) {
2323
$permission instanceof BackedEnum => $permission->value,
24-
default => (string) $permission
24+
default => (string) $permission
2525
});
2626

2727
$this->role::findOrCreate($name, $guard)

0 commit comments

Comments
 (0)