Completed
Push — master ( 766e89...14e3c3 )
by Gregorio
10s
created
src/TrelloServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.