From ac78adfa3aa48311504af54dc4c61e5008f7f8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Sun, 29 May 2022 16:30:07 +0200 Subject: [PATCH] improve ID_LOAD_ONE/ANY enthropy --- src/Model.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Model.php b/src/Model.php index 8b873ecf5b..6df8dbae29 100644 --- a/src/Model.php +++ b/src/Model.php @@ -91,9 +91,9 @@ class Model implements \IteratorAggregate public const HOOK_ONLY_FIELDS = self::class . '@onlyFields'; /** @const string */ - protected const ID_LOAD_ONE = self::class . '@idLoadOne'; + protected const ID_LOAD_ONE = self::class . '@idLoadOne-h7axmDNBB3qVXjVv'; /** @const string */ - protected const ID_LOAD_ANY = self::class . '@idLoadAny'; + protected const ID_LOAD_ANY = self::class . '@idLoadAny-h7axmDNBB3qVXjVv'; // {{{ Properties of the class