feat : driver
This commit is contained in:
@@ -50,7 +50,6 @@ class JwtAuthMiddleware implements MiddlewareInterface
|
||||
|
||||
Context::set('admin_id',$userJwt['data']->id);
|
||||
Context::set('role_id',$userJwt['data']->role);
|
||||
Context::set('city_id',$userJwt['data']->city_id);
|
||||
|
||||
return $handler->handle($request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user