File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -209,9 +209,9 @@ protected function getVendorComponents(): array
209
209
210
210
foreach ($ views as $ key => $ paths ) {
211
211
// First is always optional override in the resources/views folder
212
- $ path = $ paths [0 ]. '/components ' ;
212
+ $ path = $ paths [0 ] . '/components ' ;
213
213
214
- if (! is_dir ($ path )) {
214
+ if (!is_dir ($ path )) {
215
215
continue ;
216
216
}
217
217
Original file line number Diff line number Diff line change @@ -209,9 +209,9 @@ $components = new class {
209
209
210
210
foreach ($views as $key => $paths) {
211
211
// First is always optional override in the resources/views folder
212
- $path = $paths[0]. '/components';
212
+ $path = $paths[0] . '/components';
213
213
214
- if (! is_dir($path)) {
214
+ if (!is_dir($path)) {
215
215
continue;
216
216
}
217
217
You can’t perform that action at this time.
0 commit comments