We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787c347 commit 7b94158Copy full SHA for 7b94158
src/RestServiceProvider.php
@@ -159,7 +159,7 @@ protected function registerStubs()
159
$event->add(realpath(__DIR__ . '/Console/stubs/rest-controller.stub'), 'rest-controller.stub');
160
$event->add(realpath(__DIR__ . '/Console/stubs/rest-instruction.stub'), 'rest-instruction.stub');
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');
+ $event->add(realpath(__DIR__ . '/Console/stubs/rest-response.stub'), 'rest-response.stub');
163
$event->add(realpath(__DIR__ . '/Console/stubs/rest-user-resource.stub'), 'rest-user-resource.stub');
164
$event->add(realpath(__DIR__ . '/Console/stubs/rest-user-controller.stub'), 'rest-user-controller.stub');
165
});
0 commit comments