workflowService = $workflowService; } public function moveCards() { $deckId = $_POST['deckId']; $sourceStackId = $_POST['sourceStackId']; $targetStackId = $_POST['targetStackId']; $this->workflowService->moveOverdueCards($deckId, $sourceStackId, $targetStackId); } }