Skip to content

Commit

Permalink
improve ID_LOAD_ONE/ANY enthropy
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed May 29, 2022
1 parent 3236e60 commit ac78adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ac78adf

Please sign in to comment.