Skip to content

Commit e8c5cfd

Browse files
authored
Update Response.php
1 parent 9d5e6e1 commit e8c5cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function makeRequestOneTimePasswordResponse()
9191
private function getView()
9292
{
9393
if ($this->config('type_view') === 'inertia') {
94-
return Inertia\Inertia::render($this->config('view'))->toResponse($this->getRequest())->throwResponse();
94+
return \Inertia\Inertia::render($this->config('view'))->toResponse($this->getRequest())->throwResponse();
9595
}
9696

9797
return view($this->config('view'));

0 commit comments

Comments
 (0)