Test Failed
Pull Request — master (#92)
by Chubarov
12:41
created
src/MagicLinkServiceProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
             __DIR__.'/../config/magiclink.php' => config_path('magiclink.php'),
18 18
         ], 'config');
19 19
 
20
-           $this->publishes([
20
+            $this->publishes([
21 21
             __DIR__.'/../databases/migrations' => database_path('migrations'),
22 22
         ], 'migrations');
23 23
 
Please login to merge, or discard this patch.