Passed
Push — master ( bd85ed...46b788 )
by richard
03:11
created
src/ArtisanUIServiceProvider.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
         // $this->loadTranslationsFrom(__DIR__.'/../resources/lang', 'desemax');
18 18
         // $this->loadViewsFrom(__DIR__.'/../resources/views', 'desemax');
19 19
         // $this->loadMigrationsFrom(__DIR__.'/../database/migrations');
20
-         $this->loadRoutesFrom(__DIR__.'/routes.php');
20
+            $this->loadRoutesFrom(__DIR__.'/routes.php');
21 21
 
22 22
         // Publishing is only necessary when using the CLI.
23 23
         if ($this->app->runningInConsole()) {
Please login to merge, or discard this patch.