mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Remove "not being used" comment from Model docblock. Fixes #590
This commit is contained in:
parent
99e5f4a49f
commit
23a22c73b7
1 changed files with 1 additions and 1 deletions
|
@ -1893,7 +1893,7 @@ class Model extends Overloadable {
|
|||
*
|
||||
* @param mixed $conditions Conditions to match
|
||||
* @param boolean $cascade Set to true to delete records that depend on this record
|
||||
* @param boolean $callbacks Run callbacks (not being used)
|
||||
* @param boolean $callbacks Run callbacks
|
||||
* @return boolean True on success, false on failure
|
||||
* @access public
|
||||
* @link http://book.cakephp.org/view/1038/deleteAll
|
||||
|
|
Loading…
Reference in a new issue