Skip to content

Commit

Permalink
Deprecate getModelIdentifier (#6025)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Apr 5, 2020
1 parent 7dac01a commit 7f65769
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Model/ModelManagerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ public function createQuery($class, $alias = 'o');
/**
* Get the identifier for the model type of this class.
*
* NEXT_MAJOR: Remove this function in favor of getIdentifierFieldNames
*
* @deprecated Prefer to use getIdentifierFieldNames
*
* @param string $class fully qualified class name
*
* @return string
Expand Down

0 comments on commit 7f65769

Please sign in to comment.