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()
159
159
$ event ->add (realpath (__DIR__ . '/Console/stubs/rest-controller.stub ' ), 'rest-controller.stub ' );
160
160
$ event ->add (realpath (__DIR__ . '/Console/stubs/rest-instruction.stub ' ), 'rest-instruction.stub ' );
161
161
$ 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 ' );
163
163
$ event ->add (realpath (__DIR__ . '/Console/stubs/rest-user-resource.stub ' ), 'rest-user-resource.stub ' );
164
164
$ event ->add (realpath (__DIR__ . '/Console/stubs/rest-user-controller.stub ' ), 'rest-user-controller.stub ' );
165
165
});
You can’t perform that action at this time.
0 commit comments