10
common/Auth/Fortify/TwoFactorLoginResponse.php
Executable file
10
common/Auth/Fortify/TwoFactorLoginResponse.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Common\Auth\Fortify;
|
||||
|
||||
use Laravel\Fortify\Contracts\TwoFactorLoginResponse as TwoFactorLoginResponseContract;
|
||||
|
||||
class TwoFactorLoginResponse extends LoginResponse implements
|
||||
TwoFactorLoginResponseContract
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user