Skip to content

Commit

Permalink
Merge pull request #25 from DFoxinator/base_stuff
Browse files Browse the repository at this point in the history
incoming rel constant
  • Loading branch information
DFoxinator authored May 15, 2019
2 parents 1de8ebf + 8eaaf9a commit 8919fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ORM/ModelAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ abstract class ModelAbstract {
const PROP_INFO_ENTITY_TYPE = 'entity_type';
const PROP_INFO_RELATED_DIRECTION = 'related_direction';
const PROP_INFO_RELATED_DIRECTION_OUTGOING = 'outgoing';
const PROP_INFO_RELATED_DIRECTION_INCOMING = 'incoming';
const PROP_INFO_OPTIONAL = 'optional';

const TYPE_STRING = 'string';
Expand Down

0 comments on commit 8919fb2

Please sign in to comment.