mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fixing wrong key names for hasMany associations
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3775 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
19f5a9b677
commit
fb7e66881c
1 changed files with 2 additions and 2 deletions
|
@ -1615,8 +1615,8 @@ class Bake {
|
|||
$out .= "\t\t\t\t\t'offset' => '',\n";
|
||||
$out .= "\t\t\t\t\t'dependent' => '',\n";
|
||||
$out .= "\t\t\t\t\t'exclusive' => '',\n";
|
||||
$out .= "\t\t\t\t\t'finderSql' => '',\n";
|
||||
$out .= "\t\t\t\t\t'counterSql' => ''\n\t\t\t),\n\n";
|
||||
$out .= "\t\t\t\t\t'finderQuery' => '',\n";
|
||||
$out .= "\t\t\t\t\t'counterQuery' => ''\n\t\t\t),\n\n";
|
||||
}
|
||||
$out .= "\t);\n\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue