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 f032548 commit b2b309eCopy full SHA for b2b309e
src/Commands/BuilderMakeCommand.php
@@ -42,7 +42,7 @@ protected function getStub()
42
$stub = '/stubs/builder.subtask.stub.php';
43
}
44
45
- return __DIR__ . $stub ?: '/stubs/builder.stub.php';
+ return __DIR__ . ($stub ?: '/stubs/builder.stub.php');
46
47
48
/**
0 commit comments