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,7 +39,7 @@ class PersonMoveRelationHandler implements PersonMoveSqlHandlerInterface
|
||||
|
||||
$deleteSql = [
|
||||
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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user