Passed
Push — master ( 38cc9b...2ce834 )
by Moecasts
03:22
created
src/WalletServiceProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.