Skip to content

Commit

Permalink
Fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Oct 11, 2012
1 parent 5de492f commit f06bdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Model.php
Expand Up @@ -1082,7 +1082,7 @@ protected function _generateAssociation($type, $assocKey) {
} }


/** /**
* Sets a custom table for your controller class. Used by your controller to select a database table. * Sets a custom table for your model class. Used by your controller to select a database table.
* *
* @param string $tableName Name of the custom table * @param string $tableName Name of the custom table
* @throws MissingTableException when database table $tableName is not found on data source * @throws MissingTableException when database table $tableName is not found on data source
Expand Down

0 comments on commit f06bdde

Please sign in to comment.