mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
fixing method signature in test models
This commit is contained in:
parent
a96e4397be
commit
539fa3a131
1 changed files with 1 additions and 1 deletions
|
@ -4973,7 +4973,7 @@ class CustomArticle extends AppModel {
|
|||
*
|
||||
* @return void
|
||||
**/
|
||||
public function beforeValidate() {
|
||||
public function beforeValidate($options = array()) {
|
||||
$this->data[$this->alias]['title'] = 'foo';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue