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