mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Merge pull request #919 from rchavik/2.3
CakeSchema: adds empty line between tables
This commit is contained in:
commit
ab11d507f2
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ class CakeSchema extends Object {
|
||||||
}
|
}
|
||||||
$out .= implode(",\n", $cols);
|
$out .= implode(",\n", $cols);
|
||||||
}
|
}
|
||||||
$out .= "\n\t);\n";
|
$out .= "\n\t);\n\n";
|
||||||
return $out;
|
return $out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue