@@ -27,7 +27,7 @@ |
||
| 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 | |