Skip to content

Commit

Permalink
Fix an incorrect deprecation note
Browse files Browse the repository at this point in the history
  • Loading branch information
chinpei215 committed Feb 3, 2017
1 parent c0ff5c5 commit 2ef8230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Association.php
Expand Up @@ -409,7 +409,7 @@ public function getTarget()
* Sets the table instance for the target side of the association. If no arguments
* are passed, the current configured table instance is returned
*
* @deprecated 3.4.0 Use setTable()/getTable() instead.
* @deprecated 3.4.0 Use setTarget()/getTarget() instead.
* @param \Cake\ORM\Table|null $table the instance to be assigned as target side
* @return \Cake\ORM\Table
*/
Expand Down

0 comments on commit 2ef8230

Please sign in to comment.