Passed
Push — master ( 0228ce...c68e20 )
by nassim
04:16 queued 01:38
created
src/Provider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
             __DIR__ . '/Config/signed-url.php' => config_path('signed-url.php'),
17 17
         ], 'signed-url');
18 18
 
19
-        $this->app->singleton('signed-url', function () {
19
+        $this->app->singleton('signed-url', function() {
20 20
             return new SignedUrl();
21 21
         });
22 22
 
Please login to merge, or discard this patch.