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

Commit 38cd7bc

Browse files
author
atehnix
committed
Added controller.model.stub in publish command
1 parent fd7683f commit 38cd7bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Console/StubsPublishCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class StubsPublishCommand extends Command
6464
'Illuminate/Foundation/Console/stubs/request.stub',
6565
'Illuminate/Foundation/Console/stubs/test.stub',
6666
'Illuminate/Routing/Console/stubs/controller.plain.stub',
67+
'Illuminate/Routing/Console/stubs/controller.model.stub',
6768
'Illuminate/Routing/Console/stubs/controller.stub',
6869
'Illuminate/Routing/Console/stubs/middleware.stub',
6970
];

0 commit comments

Comments
 (0)