Apply fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
9fe479b141
commit
ed3bbd76d7
@@ -11,8 +11,8 @@ use Tymon\JWTAuth\Contracts\JWTSubject as AuthenticatableUserContract;
|
||||
|
||||
class User extends Model implements AuthenticatableContract, CanResetPasswordContract, AuthenticatableUserContract
|
||||
{
|
||||
use Authenticatable,
|
||||
CanResetPassword;
|
||||
use Authenticatable;
|
||||
use CanResetPassword;
|
||||
|
||||
/**
|
||||
* The database table used by the model.
|
||||
|
Reference in New Issue
Block a user