Skip to content

Commit a38d233

Browse files
Merge pull request #45 from TheDragonCode/1.x
Fixed extension for `feed_info.stub` file
2 parents e0d6284 + 49a7f96 commit a38d233

File tree

2 files changed

+1
-1
lines changed

2 files 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
File renamed without changes.

0 commit comments

Comments
 (0)