Put back site_id middleware
This commit is contained in:
@@ -14,6 +14,7 @@ use Leenooks\Traits\UserSwitch;
|
||||
|
||||
use App\Interfaces\IDs;
|
||||
use App\Notifications\ResetPassword as ResetPasswordNotification;
|
||||
use App\Traits\SiteID;
|
||||
|
||||
/**
|
||||
* Class User
|
||||
@@ -23,7 +24,7 @@ use App\Notifications\ResetPassword as ResetPasswordNotification;
|
||||
*/
|
||||
class User extends Authenticatable implements IDs
|
||||
{
|
||||
use HasFactory,HasApiTokens,Notifiable,UserSwitch,ScopeActive;
|
||||
use HasFactory,HasApiTokens,Notifiable,UserSwitch,ScopeActive,SiteID;
|
||||
|
||||
private const CACHE_TIME = 3600;
|
||||
|
||||
|
Reference in New Issue
Block a user