11 lines
229 B
PHP
Executable File
11 lines
229 B
PHP
Executable File
<?php
|
|
|
|
namespace Common\Auth\Fortify;
|
|
|
|
use Laravel\Fortify\Contracts\TwoFactorLoginResponse as TwoFactorLoginResponseContract;
|
|
|
|
class TwoFactorLoginResponse extends LoginResponse implements
|
|
TwoFactorLoginResponseContract
|
|
{
|
|
}
|