Skip to content

Commit c5ecb67

Browse files
committed
fix code style issue
1 parent 1cfa621 commit c5ecb67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Traits/HasPermissions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ public function hasAnyPermission(...$permissions): bool
291291
*/
292292
public function hasAllPermissions(... $permissions): bool
293293
{
294-
295294
if (is_array($permissions[0])) {
296295
$permissions = $permissions[0];
297296
}

0 commit comments

Comments
 (0)