Skip to content

Commit b2b309e

Browse files
committed
Fixed #2
1 parent f032548 commit b2b309e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/BuilderMakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ protected function getStub()
4242
$stub = '/stubs/builder.subtask.stub.php';
4343
}
4444

45-
return __DIR__ . $stub ?: '/stubs/builder.stub.php';
45+
return __DIR__ . ($stub ?: '/stubs/builder.stub.php');
4646
}
4747

4848
/**

0 commit comments

Comments
 (0)