Skip to content

Commit

Permalink
Fix create method docblock return value (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink authored May 11, 2021
1 parent d1005c8 commit 32044fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AuthenticatedSessionController extends Controller
/**
* Display the login view.
*
* @return \Illuminate\View\View
* @return \Inertia\Response
*/
public function create()
{
Expand Down

0 comments on commit 32044fd

Please sign in to comment.