mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Deprecating Model::bind()
This commit is contained in:
parent
bd3178b9fc
commit
bd350e95b6
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ class Model extends Overloadable {
|
|||
* @param boolean $permanent Set to true to make the binding permanent
|
||||
* @return void
|
||||
* @access public
|
||||
* @todo
|
||||
* @deprecated Use Model::bindModel() instead.
|
||||
*/
|
||||
function bind($model, $options = array(), $permanent = true) {
|
||||
if (!is_array($model)) {
|
||||
|
|
Loading…
Reference in a new issue