Skip to content

Commit 7b94158

Browse files
committed
Fix rest response
1 parent 787c347 commit 7b94158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RestServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
});

0 commit comments

Comments
 (0)