Skip to content

Commit 49a7f96

Browse files
Correct file extension in FeedInfoMakeCommand stub lookup
1 parent 116789a commit 49a7f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/FeedInfoMakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class FeedInfoMakeCommand extends GeneratorCommand
1818

1919
protected function getStub(): string
2020
{
21-
return __DIR__ . '/../../../stubs/feed_info.php';
21+
return __DIR__ . '/../../../stubs/feed_info.stub';
2222
}
2323

2424
protected function getDefaultNamespace($rootNamespace): string

0 commit comments

Comments
 (0)