We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d8024 commit b08a3e0Copy full SHA for b08a3e0
src/Commands/LaravelCodeBuildCommand.php
@@ -271,6 +271,7 @@ protected function builders(): array
271
protected function configBuilders(): array
272
{
273
$builders = (array) config('code_builder.builders', []);
274
+
275
return array_map(function ($builder) {
276
return ($builder instanceof BuildType) ? $builder : BuildType::from($builder);
277
}, $builders);
0 commit comments