Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpar06 authored and StyleCIBot committed Jul 6, 2024
1 parent 0eb4174 commit 2f775fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Filament/Pages/Maintenance.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public function optimizeApp(): Action
$calls = [
//'icons:cache',
'filament:cache-components',
'optimize'
'optimize',
];

foreach ($calls as $call) {
Expand Down

0 comments on commit 2f775fb

Please sign in to comment.