@@ -47,7 +47,7 @@ |
||
| 47 | 47 | |
| 48 | 48 | private function handleConfigs() { |
| 49 | 49 | |
| 50 | - $configPath = __DIR__ . '/../config/plesk.php'; |
|
| 50 | + $configPath = __DIR__.'/../config/plesk.php'; |
|
| 51 | 51 | |
| 52 | 52 | $this->publishes([$configPath => config_path('plesk.php')]); |
| 53 | 53 | |