We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3236e60 commit ac78adfCopy full SHA for ac78adf
src/Model.php
@@ -91,9 +91,9 @@ class Model implements \IteratorAggregate
91
public const HOOK_ONLY_FIELDS = self::class . '@onlyFields';
92
93
/** @const string */
94
- protected const ID_LOAD_ONE = self::class . '@idLoadOne';
+ protected const ID_LOAD_ONE = self::class . '@idLoadOne-h7axmDNBB3qVXjVv';
95
96
- protected const ID_LOAD_ANY = self::class . '@idLoadAny';
+ protected const ID_LOAD_ANY = self::class . '@idLoadAny-h7axmDNBB3qVXjVv';
97
98
// {{{ Properties of the class
99
0 commit comments