Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
557af4d7d0
@ -337,8 +337,8 @@ class Import
|
||||
): ?array {
|
||||
if (! empty($sql) || ! empty($full)) {
|
||||
return [
|
||||
'sql' => $sql,
|
||||
'full' => $full,
|
||||
'sql' => $sql . ';',
|
||||
'full' => $full . ';',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user