mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-17 14:26:16 +00:00
add methods for ActionEvent on PersonMove
This commit is contained in:
parent
6d2fa87083
commit
07aad4c7aa
@ -139,5 +139,9 @@ class ActionEvent extends Event
|
||||
{
|
||||
return $this->metadata;
|
||||
}
|
||||
|
||||
|
||||
public function setSQLStatement(string $sqlStatement)
|
||||
{
|
||||
$this->sqlStatement = $sqlStatement;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user