Skip to content

Commit

Permalink
Update version in deprecated tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 21, 2017
1 parent 2db7336 commit beccf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/AssociationCollection.php
Expand Up @@ -114,7 +114,7 @@ public function keys()
* @param string|array $class The type of associations you want.
* For example 'BelongsTo' or array like ['BelongsTo', 'HasOne']
* @return array An array of Association objects.
* @deprecated 3.6.0 Use getByType() instead.
* @deprecated 3.5.3 Use getByType() instead.
*/
public function type($class)
{
Expand Down

0 comments on commit beccf7f

Please sign in to comment.