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