Skip to content

Commit 9cb6c3e

Browse files
committed
pint run
1 parent 27098f1 commit 9cb6c3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/FilamentShield.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,15 @@ public static function getPages(): ?array
201201

202202
if (Utils::discoverAllPages()) {
203203
$pages = [];
204+
204205
foreach (Filament::getPanels() as $panel) {
205206
$pages = array_merge($pages, $panel->getPages());
206207
}
208+
207209
if (Filament::hasTenantProfile()) {
208210
$pages[] = Filament::getTenantProfilePage();
209211
}
212+
210213
$pages = array_unique($pages);
211214
}
212215

0 commit comments

Comments
 (0)