Browse Source

Docbloc fix.

ADmad 11 years ago
parent
commit
4861daed58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ORM/Table.php

+ 1 - 1
src/ORM/Table.php

@@ -584,7 +584,7 @@ class Table implements RepositoryInterface, EventListenerInterface {
  *
  * @param array $params Set of associations to bind (indexed by association type)
  * @return void
- * @see \Cake\ORM\Table::belongsToMany()
+ * @see \Cake\ORM\Table::belongsTo()
  * @see \Cake\ORM\Table::hasOne()
  * @see \Cake\ORM\Table::hasMany()
  * @see \Cake\ORM\Table::belongsToMany()