Skip to content

Commit

Permalink
fix: namespace for loginrequest in bluewingauthenticatesusers
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke committed Apr 9, 2020
1 parent d66cb14 commit e898e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/BluewingAuthenticatesUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Bluewing;

use Bluewing\Requests\LoginRequest;
use Bluewing\Http\Requests\LoginRequest;
use Illuminate\Contracts\Routing\ResponseFactory;
use Illuminate\Foundation\Auth\RedirectsUsers;
use Illuminate\Foundation\Auth\ThrottlesLogins;
Expand Down

0 comments on commit e898e8b

Please sign in to comment.