mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
parent
672735d7f7
commit
d136fac219
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue