diff options
Diffstat (limited to 'lib/models/SimpleORMapCollection.class.php')
| -rw-r--r-- | lib/models/SimpleORMapCollection.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/models/SimpleORMapCollection.class.php b/lib/models/SimpleORMapCollection.class.php index f06ee17..d52b212 100644 --- a/lib/models/SimpleORMapCollection.class.php +++ b/lib/models/SimpleORMapCollection.class.php @@ -22,12 +22,12 @@ class SimpleORMapCollection extends SimpleCollection /** * @var int Exception error code denoting a wrong type of objects. */ - const WRONG_OBJECT_TYPE = 1; + public const WRONG_OBJECT_TYPE = 1; /** * @var int Exception error code denoting that an object of this `id` already exists. */ - const OBJECT_EXISTS = 2; + public const OBJECT_EXISTS = 2; /** * the record object this collection belongs to |
