Skip to content

Commit c94b720

Browse files
committed
formatting
- #1044 - #1121
1 parent a191ba0 commit c94b720

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/Http/Controllers/Dashboard/DashboardController.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ public static function middleware(): array
1919
{
2020
return [new Middleware(
2121
'role:admin',
22-
except: ['view', 'overviewPerUser', 'userRestrictedLinkView']),
23-
];
22+
except: [
23+
'view', 'overviewPerUser', 'userRestrictedLinkView',
24+
],
25+
)];
2426
}
2527

2628
/**

0 commit comments

Comments
 (0)