Completed
Push — master ( fc3d6f...f7b1d9 )
by Sergi Tur
28:05
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.