Skip to content

Commit def0037

Browse files
stengithub-actions[bot]
authored andcommitted
Fix styling
1 parent 9e419c5 commit def0037

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

resources/lang/nl/filament-flexible-content-block-pages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
'table' => [
1616
'created_at_col' => 'Aangemaakt op',
17-
]
17+
],
1818
],
1919

2020
];

src/FlexibleContentBlockPagesPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static function get(): self
4848
$instance = filament(app(static::class)->getId());
4949

5050
// Check if the instance is of the expected type for phpstan:
51-
if (!$instance instanceof FlexibleContentBlockPagesPlugin) {
51+
if (! $instance instanceof FlexibleContentBlockPagesPlugin) {
5252
throw new \Exception('Expected a FlexibleContentBlocksPagesPlugin instance');
5353
}
5454

src/Resources/PageResource/Pages/ListPages.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ public function isTableSearchable(): bool
2727
return true;
2828
}
2929
}
30-

0 commit comments

Comments
 (0)