mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-26 08:35:00 +00:00
add methods for ActionEvent on PersonMove
This commit is contained in:
@@ -140,4 +140,8 @@ class ActionEvent extends Event
|
|||||||
return $this->metadata;
|
return $this->metadata;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function setSQLStatement(string $sqlStatement)
|
||||||
|
{
|
||||||
|
$this->sqlStatement = $sqlStatement;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user