Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Nov 25, 2024
1 parent 7066e55 commit 46cd433
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
->register(Provider\S3DiskProvider::class),

(new Extend\Event())
->listen(SettingsSaving::class, Listener\SettingsChanged::class)(new S3Lifecycle()),
->listen(SettingsSaving::class, Listener\SettingsChanged::class),

(new S3Lifecycle()),

(new Extend\Conditional())
->when(resolve(ConditionalCheck::class)->validConfig(), fn () => [
Expand Down

0 comments on commit 46cd433

Please sign in to comment.