@@ -19,7 +19,7 @@ |
||
19 | 19 | |
20 | 20 | if (\function_exists('config_path')) { |
21 | 21 | $this->publishes([ |
22 | - __DIR__ . '/../config/wallet.php' => config_path('wallet.php') |
|
22 | + __DIR__ . '/../config/wallet.php' => config_path('wallet.php') |
|
23 | 23 | ], 'wallet-config'); |
24 | 24 | } |
25 | 25 |