Skip to content

Commit b08a3e0

Browse files
dev-lnkgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 07d8024 commit b08a3e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/LaravelCodeBuildCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ protected function builders(): array
271271
protected function configBuilders(): array
272272
{
273273
$builders = (array) config('code_builder.builders', []);
274+
274275
return array_map(function ($builder) {
275276
return ($builder instanceof BuildType) ? $builder : BuildType::from($builder);
276277
}, $builders);

0 commit comments

Comments
 (0)