Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Add missing stubs for controllers
Browse files Browse the repository at this point in the history
- controller.model.api.stub
- controller.nested.api.stub
  • Loading branch information
atehnix committed Apr 1, 2019
1 parent 5feddd4 commit 44261ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Console/StubsPublishCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ class StubsPublishCommand extends Command
'Illuminate/Foundation/Console/stubs/unit-test.stub',
'Illuminate/Routing/Console/stubs/controller.api.stub',
'Illuminate/Routing/Console/stubs/controller.invokable.stub',
'Illuminate/Routing/Console/stubs/controller.model.api.stub',
'Illuminate/Routing/Console/stubs/controller.model.stub',
'Illuminate/Routing/Console/stubs/controller.nested.api.stub',
'Illuminate/Routing/Console/stubs/controller.nested.stub',
'Illuminate/Routing/Console/stubs/controller.plain.stub',
'Illuminate/Routing/Console/stubs/controller.stub',
Expand Down

0 comments on commit 44261ec

Please sign in to comment.