Skip to content

Commit 195dbc2

Browse files
committed
Apply fixes from StyleCI
1 parent a3b7040 commit 195dbc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/BuildBackpackCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ private function getModels(string $path): array
6868
}
6969

7070
// Try to load it by path as namespace
71-
$class = (string)Str::of($filepath)
71+
$class = (string) Str::of($filepath)
7272
->after(base_path())
7373
->trim('\\/')
7474
->replace('/', '\\')

0 commit comments

Comments
 (0)