mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
CakeSchema: adds empty line between tables
This commit is contained in:
parent
d051b69312
commit
e61483126c
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