const ID usage

This commit is contained in:
Yuri Kuznetsov
2024-11-11 17:41:22 +02:00
parent 0531b7239c
commit 6d1c4d2aa8
85 changed files with 252 additions and 173 deletions

View File

@@ -64,7 +64,7 @@ class AddSystemUser implements RebuildAction
->getQueryBuilder()
->delete()
->from(User::ENTITY_TYPE)
->where(['id' => $user->getId()])
->where([Attribute::ID => $user->getId()])
->build()
);
}