mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix wrong test model association class name
This commit is contained in:
parent
01e1b5ca61
commit
70a1b87db6
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class TestAuthor extends Author {
|
|||
|
||||
public $hasMany = array(
|
||||
'Post' => array(
|
||||
'className' => 'Recipe'
|
||||
'className' => 'TestPost'
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue