Skip to content

Commit 9895552

Browse files
drbytegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 262b341 commit 9895552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/HasPermissions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ public function getAllPermissions(): Collection
348348
/** @var Collection $permissions */
349349
$permissions = $this->permissions;
350350

351-
if (!is_a($this, Permission::class)) {
351+
if (! is_a($this, Permission::class)) {
352352
$permissions = $permissions->merge($this->getPermissionsViaRoles());
353353
}
354354

0 commit comments

Comments
 (0)