@@ -84,7 +84,9 @@ |
||
| 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(); |