diff --git a/src/Bundle/ChillPersonBundle/Actions/ActionEvent.php b/src/Bundle/ChillPersonBundle/Actions/ActionEvent.php index 5ac3055cb..72f85f2ad 100644 --- a/src/Bundle/ChillPersonBundle/Actions/ActionEvent.php +++ b/src/Bundle/ChillPersonBundle/Actions/ActionEvent.php @@ -139,5 +139,9 @@ class ActionEvent extends Event { return $this->metadata; } - + + public function setSQLStatement(string $sqlStatement) + { + $this->sqlStatement = $sqlStatement; + } }