Test Failed
Push — master ( 3d84ae...df3782 )
by Moecasts
04:52
created
src/UserLoginLogServiceProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 
33 33
         if (\function_exists('config_path')) {
34 34
             $this->publishes([
35
-              __DIR__ . '/../config/loginlog.php' => config_path('loginlog.php')
35
+                __DIR__ . '/../config/loginlog.php' => config_path('loginlog.php')
36 36
             ], 'laravel-user-login-log-config');
37 37
         }
38 38
 
Please login to merge, or discard this patch.