|
@@ -57,7 +57,7 @@ class ActionRepository extends EntityRepository
|
|
|
*
|
|
|
* @return array
|
|
|
*/
|
|
|
- public function findByWorkflowAndEventRef($workflowName, $event)
|
|
|
+ public function findByWorkflowAndEventRef($workflowName, $eventReference)
|
|
|
{
|
|
|
$actions = $this->createQueryBuilder('Action')
|
|
|
->andWhere('Action.eventReference = :eventReference')
|