@@ -14,11 +14,11 @@ |
||
14 | 14 | */ |
15 | 15 | public function register(): void |
16 | 16 | { |
17 | - $this->app->bind('delete-storable-file', static function () { |
|
17 | + $this->app->bind('delete-storable-file', static function() { |
|
18 | 18 | return new DeleteStorableFile; |
19 | 19 | }); |
20 | 20 | |
21 | - $this->app->bind('generate-storable-file', static function () { |
|
21 | + $this->app->bind('generate-storable-file', static function() { |
|
22 | 22 | return new GenerateStorableFile; |
23 | 23 | }); |
24 | 24 |