Shift cleanup
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ use Illuminate\Support\Facades\Hash;
|
|||||||
*/
|
*/
|
||||||
class User extends Model implements AuthenticatableContract, CanResetPasswordContract
|
class User extends Model implements AuthenticatableContract, CanResetPasswordContract
|
||||||
{
|
{
|
||||||
use Notifiable;
|
use Notifiable;
|
||||||
use Authenticatable, CanResetPassword, ValidatingTrait;
|
use Authenticatable, CanResetPassword, ValidatingTrait;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user