Completed
Push — master ( bb1400...cb2ad3 )
by Stavros
02:24
created
src/SMSServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     {
28 28
         // Publishing configs
29 29
         $this->publishes([
30
-            __DIR__ . '/config/sms.php' => config_path('sms.php'),
30
+            __DIR__.'/config/sms.php' => config_path('sms.php'),
31 31
         ]);
32 32
     }
33 33
 
Please login to merge, or discard this patch.