Passed
Branch main (a080ba)
by Gustavo
04:03
created
Category
src/ServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,11 +14,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.