Completed
Push — master ( e75047...f9cc1b )
by Sam
15s queued 11s
created
src/CorsServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     protected function registerBindings(): void
30 30
     {
31 31
         // TODO: Change to bind the implementation to the interface instead.
32
-        $this->app->bind(CorsService::class, function () {
32
+        $this->app->bind(CorsService::class, function() {
33 33
             return new CorsService(config(self::CONFIG_KEY));
34 34
         });
35 35
 
Please login to merge, or discard this patch.