mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing typo in HABTM definition (ticket #1975)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4304 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
1cac23d933
commit
4602d76673
1 changed files with 1 additions and 1 deletions
|
@ -1701,7 +1701,7 @@ class Bake {
|
|||
$out .= "\t\t\t\t\t\t'order' => '',\n";
|
||||
$out .= "\t\t\t\t\t\t'limit' => '',\n";
|
||||
$out .= "\t\t\t\t\t\t'offset' => '',\n";
|
||||
$out .= "\t\t\t\t\t\t'uniq' => '',\n";
|
||||
$out .= "\t\t\t\t\t\t'unique' => '',\n";
|
||||
$out .= "\t\t\t\t\t\t'finderQuery' => '',\n";
|
||||
$out .= "\t\t\t\t\t\t'deleteQuery' => '',\n";
|
||||
$out .= "\t\t\t\t\t\t'insertQuery' => ''";
|
||||
|
|
Loading…
Reference in a new issue