File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ protected function registerStubs()
159159 $ event ->add (realpath (__DIR__ . '/Console/stubs/rest-controller.stub ' ), 'rest-controller.stub ' );
160160 $ event ->add (realpath (__DIR__ . '/Console/stubs/rest-instruction.stub ' ), 'rest-instruction.stub ' );
161161 $ event ->add (realpath (__DIR__ . '/Console/stubs/rest-resource.stub ' ), 'rest-resource.stub ' );
162- $ event ->add (realpath (__DIR__ . '/Console/stubs/rest-response.stub ' ), 'response.stub ' );
162+ $ event ->add (realpath (__DIR__ . '/Console/stubs/rest-response.stub ' ), 'rest- response.stub ' );
163163 $ event ->add (realpath (__DIR__ . '/Console/stubs/rest-user-resource.stub ' ), 'rest-user-resource.stub ' );
164164 $ event ->add (realpath (__DIR__ . '/Console/stubs/rest-user-controller.stub ' ), 'rest-user-controller.stub ' );
165165 });
You can’t perform that action at this time.
0 commit comments