RecipesService = new RecipesService(); } protected $RecipesService; public function AddNotFulfilledProductsToShoppingList(\Slim\Http\Request $request, \Slim\Http\Response $response, array $args) { $this->RecipesService->AddNotFulfilledProductsToShoppingList($args['recipeId']); return $this->VoidApiActionResponse($response); } }