@@ -144,7 +144,7 @@ discard block |
||
| 144 | 144 | /** |
| 145 | 145 | * Returns default organization id |
| 146 | 146 | * |
| 147 | - * @return Manager |
|
| 147 | + * @return boolean|string |
|
| 148 | 148 | */ |
| 149 | 149 | public function getDefaultOrganizationId() |
| 150 | 150 | { |
@@ -154,7 +154,7 @@ discard block |
||
| 154 | 154 | /** |
| 155 | 155 | * Returns default board id |
| 156 | 156 | * |
| 157 | - * @return Manager |
|
| 157 | + * @return boolean|string |
|
| 158 | 158 | */ |
| 159 | 159 | public function getDefaultBoardId() |
| 160 | 160 | { |
@@ -164,7 +164,7 @@ discard block |
||
| 164 | 164 | /** |
| 165 | 165 | * Returns default list id |
| 166 | 166 | * |
| 167 | - * @return Manager |
|
| 167 | + * @return boolean|string |
|
| 168 | 168 | */ |
| 169 | 169 | public function getDefaultListId() |
| 170 | 170 | { |
@@ -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 | |