mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
php cs fix
This commit is contained in:
parent
77180ebb0c
commit
c1a586dfb9
@ -39,8 +39,8 @@ class PersonMoveRelationHandler implements PersonMoveSqlHandlerInterface
|
|||||||
|
|
||||||
$deleteSql = [
|
$deleteSql = [
|
||||||
sprintf("DELETE FROM chill_person_relationships WHERE fromperson_id = %d", $from->getId()),
|
sprintf("DELETE FROM chill_person_relationships WHERE fromperson_id = %d", $from->getId()),
|
||||||
sprintf("DELETE FROM chill_person_relationships WHERE toperson_id = %d" , $from->getId())
|
sprintf("DELETE FROM chill_person_relationships WHERE toperson_id = %d", $from->getId())
|
||||||
];
|
];
|
||||||
|
|
||||||
return [$insertSql, ...$deleteSql];
|
return [$insertSql, ...$deleteSql];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user