Skip to content

Commit ac78adf

Browse files
committed
improve ID_LOAD_ONE/ANY enthropy
1 parent 3236e60 commit ac78adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Model.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ class Model implements \IteratorAggregate
9191
public const HOOK_ONLY_FIELDS = self::class . '@onlyFields';
9292

9393
/** @const string */
94-
protected const ID_LOAD_ONE = self::class . '@idLoadOne';
94+
protected const ID_LOAD_ONE = self::class . '@idLoadOne-h7axmDNBB3qVXjVv';
9595
/** @const string */
96-
protected const ID_LOAD_ANY = self::class . '@idLoadAny';
96+
protected const ID_LOAD_ANY = self::class . '@idLoadAny-h7axmDNBB3qVXjVv';
9797

9898
// {{{ Properties of the class
9999

0 commit comments

Comments
 (0)