@@ -139,12 +139,12 @@ discard block |
||
139 | 139 | { |
140 | 140 | $theme = config('backpack.base.theme'); |
141 | 141 | |
142 | - if(is_null($theme)) { |
|
142 | + if (is_null($theme)) { |
|
143 | 143 | $theme = 'adminlte'; |
144 | 144 | } |
145 | 145 | |
146 | 146 | $returnView = "{$package}::{$theme}.{$view}"; |
147 | - if(!view()->exists($returnView)){ |
|
147 | + if (!view()->exists($returnView)) { |
|
148 | 148 | $returnView = "{$package}::{$view}"; |
149 | 149 | } |
150 | 150 | |
@@ -164,7 +164,7 @@ discard block |
||
164 | 164 | { |
165 | 165 | $theme = config('backpack.base.theme'); |
166 | 166 | |
167 | - if(is_null($theme)) { |
|
167 | + if (is_null($theme)) { |
|
168 | 168 | $theme = 'adminlte'; |
169 | 169 | } |
170 | 170 |