Skip to content

Commit 9fb5315

Browse files
committed
formatting
1 parent 5a31e40 commit 9fb5315

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

php-templates/blade-components.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ protected function getVendorComponents(): array
209209

210210
foreach ($views as $key => $paths) {
211211
// First is always optional override in the resources/views folder
212-
$path = $paths[0].'/components';
212+
$path = $paths[0] . '/components';
213213

214-
if (! is_dir($path)) {
214+
if (!is_dir($path)) {
215215
continue;
216216
}
217217

src/templates/blade-components.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ $components = new class {
209209
210210
foreach ($views as $key => $paths) {
211211
// First is always optional override in the resources/views folder
212-
$path = $paths[0].'/components';
212+
$path = $paths[0] . '/components';
213213
214-
if (! is_dir($path)) {
214+
if (!is_dir($path)) {
215215
continue;
216216
}
217217

0 commit comments

Comments
 (0)