fix in Table.php (#3204)

This commit is contained in:
Eymen Elkum
2024-11-11 12:31:06 +03:00
committed by GitHub
parent 0871582a5e
commit 62e23aa416
+1 -1
View File
@@ -47,7 +47,7 @@ class Table extends BaseTable
protected $levelList = [
self::LEVEL_YES,
self::LEVEL_ALL,
self::LEVEL_ACCOUNT.
self::LEVEL_ACCOUNT,
self::LEVEL_CONTACT,
self::LEVEL_OWN,
self::LEVEL_NO,