feat : city
This commit is contained in:
@@ -50,6 +50,7 @@ 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