Arranged In Alphabetical Order
This commit is contained in:
parent
0f0512562e
commit
3b95d11f9f
|
|
@ -11,7 +11,7 @@ use Webkul\User\Notifications\AdminResetPassword;
|
|||
|
||||
class Admin extends Authenticatable implements AdminContract
|
||||
{
|
||||
use Notifiable, HasFactory;
|
||||
use HasFactory, Notifiable;
|
||||
|
||||
/**
|
||||
* The attributes that are mass assignable.
|
||||
|
|
|
|||
Loading…
Reference in New Issue