@@ -140,7 +140,7 @@ discard block |
||
| 140 | 140 | $theme = config('backpack.base.theme'); |
| 141 | 141 | |
| 142 | 142 | if(is_null($theme)) { |
| 143 | - $theme = 'adminlte'; |
|
| 143 | + $theme = 'adminlte'; |
|
| 144 | 144 | } |
| 145 | 145 | |
| 146 | 146 | $returnView = "{$package}::{$theme}.{$view}"; |
@@ -165,7 +165,7 @@ discard block |
||
| 165 | 165 | $theme = config('backpack.base.theme'); |
| 166 | 166 | |
| 167 | 167 | if(is_null($theme)) { |
| 168 | - $theme = 'adminlte'; |
|
| 168 | + $theme = 'adminlte'; |
|
| 169 | 169 | } |
| 170 | 170 | |
| 171 | 171 | return "{$package}::{$theme}.{$view}"; |