Correct docs to match code.

Fixes #2790
This commit is contained in:
mark_story 2012-04-15 20:33:43 -04:00
parent 672735d7f7
commit d136fac219

View file

@ -3362,7 +3362,7 @@ class Model extends Object implements CakeEventListener {
* Sets the DataSource to which this model is bound. * Sets the DataSource to which this model is bound.
* *
* @param string $dataSource The name of the DataSource, as defined in app/Config/database.php * @param string $dataSource The name of the DataSource, as defined in app/Config/database.php
* @return boolean True on success * @return void
* @throws MissingConnectionException * @throws MissingConnectionException
*/ */
public function setDataSource($dataSource = null) { public function setDataSource($dataSource = null) {