mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Merge pull request #2300 from cusspvz/patch-1
Model.php PHPDoc Description: Change afterFilter with afterFind
This commit is contained in:
commit
9d18a5da78
1 changed files with 1 additions and 1 deletions
|
@ -3196,7 +3196,7 @@ class Model extends Object implements CakeEventListener {
|
|||
}
|
||||
|
||||
/**
|
||||
* Passes query results through model and behavior afterFilter() methods.
|
||||
* Passes query results through model and behavior afterFind() methods.
|
||||
*
|
||||
* @param array $results Results to filter
|
||||
* @param boolean $primary If this is the primary model results (results from model where the find operation was performed)
|
||||
|
|
Loading…
Add table
Reference in a new issue