This repository was archived by the owner on Feb 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1616 | Warning! Root application namespaсe (like "App") should be skipped.
1717 */
1818 'namespaces ' => [
19+ 'channel ' => '\Broadcasting ' ,
1920 'command ' => '\Console\Commands ' ,
2021 'controller ' => '\Http\Controllers ' ,
2122 'event ' => '\Events ' ,
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ class StubsPublishCommand extends Command
5151 protected $ stubs = [
5252 'Illuminate/Database/Console/Factories/stubs/factory.stub ' ,
5353 'Illuminate/Database/Console/Seeds/stubs/seeder.stub ' ,
54+ 'Illuminate/Foundation/Console/stubs/channel.stub ' ,
5455 'Illuminate/Foundation/Console/stubs/console.stub ' ,
5556 'Illuminate/Foundation/Console/stubs/event.stub ' ,
5657 'Illuminate/Foundation/Console/stubs/exception-render-report.stub ' ,
@@ -78,6 +79,7 @@ class StubsPublishCommand extends Command
7879 'Illuminate/Foundation/Console/stubs/rule.stub ' ,
7980 'Illuminate/Foundation/Console/stubs/test.stub ' ,
8081 'Illuminate/Foundation/Console/stubs/unit-test.stub ' ,
82+ 'Illuminate/Routing/Console/stubs/controller.api.stub ' ,
8183 'Illuminate/Routing/Console/stubs/controller.nested.stub ' ,
8284 'Illuminate/Routing/Console/stubs/controller.plain.stub ' ,
8385 'Illuminate/Routing/Console/stubs/controller.model.stub ' ,
You can’t perform that action at this time.
0 commit comments