@@ -30,8 +30,8 @@ |
||
| 30 | 30 | */ |
| 31 | 31 | public function boot() { |
| 32 | 32 | $this->publishes([ |
| 33 | - __DIR__ . '/../config/imap.php' => config_path('imap.php'), |
|
| 34 | - ]); |
|
| 33 | + __DIR__ . '/../config/imap.php' => config_path('imap.php'), |
|
| 34 | + ]); |
|
| 35 | 35 | } |
| 36 | 36 | |
| 37 | 37 | /** |