Skip to content

Commit

Permalink
Merge pull request #40 from dotninth/main
Browse files Browse the repository at this point in the history
  • Loading branch information
tdwesten authored Jan 7, 2025
2 parents 65cda24 + 05febd4 commit d0b319e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Console/MakeCollectionCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class MakeCollectionCommand extends BaseGeneratorCommand
*/
protected function getStub()
{
return __DIR__.'/../../stubs/collection.stub';
return __DIR__.'/../../stubs/Collection.stub';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Console/MakeFieldsetCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class MakeFieldsetCommand extends BaseGeneratorCommand
*/
protected function getStub()
{
return __DIR__.'/../../stubs/fieldset.stub';
return __DIR__.'/../../stubs/Fieldset.stub';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Console/MakeGlobalSetCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class MakeGlobalSetCommand extends BaseGeneratorCommand
*/
protected function getStub()
{
return __DIR__.'/../../stubs/global-set.stub';
return __DIR__.'/../../stubs/Global-Set.stub';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Console/MakeTaxonomyCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class MakeTaxonomyCommand extends BaseGeneratorCommand
*/
protected function getStub()
{
return __DIR__.'/../../stubs/taxonomy.stub';
return __DIR__.'/../../stubs/Taxonomy.stub';
}

/**
Expand Down

0 comments on commit d0b319e

Please sign in to comment.