code: permission,development,dbal (1 files)

This commit is contained in:
Richard Ward
2025-12-30 21:05:39 +00:00
parent 1a83effa1e
commit d789c65d89

View File

@@ -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'
/**