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.
FeedInfoMakeCommand
1 parent 116789a commit 49a7f96Copy full SHA for 49a7f96
src/Console/Commands/FeedInfoMakeCommand.php
@@ -18,7 +18,7 @@ class FeedInfoMakeCommand extends GeneratorCommand
18
19
protected function getStub(): string
20
{
21
- return __DIR__ . '/../../../stubs/feed_info.php';
+ return __DIR__ . '/../../../stubs/feed_info.stub';
22
}
23
24
protected function getDefaultNamespace($rootNamespace): string
0 commit comments