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 9d5e6e1 commit e8c5cfdCopy full SHA for e8c5cfd
src/Support/Response.php
@@ -91,7 +91,7 @@ public function makeRequestOneTimePasswordResponse()
91
private function getView()
92
{
93
if ($this->config('type_view') === 'inertia') {
94
- return Inertia\Inertia::render($this->config('view'))->toResponse($this->getRequest())->throwResponse();
+ return \Inertia\Inertia::render($this->config('view'))->toResponse($this->getRequest())->throwResponse();
95
}
96
97
return view($this->config('view'));
0 commit comments