@@ -38,7 +38,7 @@ |
||
| 38 | 38 | |
| 39 | 39 | // Publishing the translation files. |
| 40 | 40 | $this->publishes([ |
| 41 | - __DIR__.'/../resources/lang/' => resource_path('lang/vendor/alive2212'), |
|
| 41 | + __DIR__ . '/../resources/lang/' => resource_path('lang/vendor/alive2212'), |
|
| 42 | 42 | ], 'laravel_smart_restful.lang'); |
| 43 | 43 | |
| 44 | 44 | // Registering package commands. |