Completed
Push — master ( 1d2285...c11be3 )
by Sergi Tur
40:25 queued 10:23
created
src/Providers/AdminLTETemplateServiceProvider.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,9 @@
 block discarded – undo
84 84
      */
85 85
     public function boot()
86 86
     {
87
-        if (config('adminlte.install_routes', true)) $this->defineRoutes();
87
+        if (config('adminlte.install_routes', true)) {
88
+            $this->defineRoutes();
89
+        }
88 90
 
89 91
         //Publish
90 92
         $this->publishHomeController();
Please login to merge, or discard this patch.