diff --git a/dbal/development/src/adapters/acl/check-permission.ts b/dbal/development/src/adapters/acl/check-permission.ts index d46f9b32b..b27a7b12d 100644 --- a/dbal/development/src/adapters/acl/check-permission.ts +++ b/dbal/development/src/adapters/acl/check-permission.ts @@ -3,7 +3,7 @@ * @description Check if user has permission for entity operation */ -import { DBALError } from '@/core/foundation/errors' +import { DBALError } from '../../core/foundation/errors' import type { ACLRule, User } from '../acl-adapter/types' /**