Passed
Push — master ( b1eedb...b35562 )
by Hossein
01:16
created
src/SimotelApiServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,6 +23,6 @@
 block discarded – undo
23 23
      */
24 24
     public function boot()
25 25
     {
26
-        $this->publishes([__DIR__ . '/../config/simotel.php' => config_path('simotel.php'),], 'config');
26
+        $this->publishes([__DIR__ . '/../config/simotel.php' => config_path('simotel.php'), ], 'config');
27 27
     }
28 28
 }
Please login to merge, or discard this patch.