orm refactoring

This commit is contained in:
Yuri Kuznetsov
2021-07-25 10:15:00 +03:00
parent bf943cc706
commit 49f12ac82f
12 changed files with 197 additions and 59 deletions
+2 -2
View File
@@ -38,9 +38,9 @@ class LockTable implements Query
{
use BaseTrait;
const MODE_SHARE = 'SHARE';
public const MODE_SHARE = 'SHARE';
const MODE_EXCLUSIVE = 'EXCLUSIVE';
public const MODE_EXCLUSIVE = 'EXCLUSIVE';
protected function validateRawParams(array $params): void
{