From a28de447d2ab0e35952e6031b2ccfab5c0ef2f57 Mon Sep 17 00:00:00 2001 From: mimol91 Date: Sat, 12 Apr 2014 17:04:33 +0200 Subject: [PATCH] Update commands_as_services.rst Missing parent construct --- cookbook/console/commands_as_services.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbook/console/commands_as_services.rst b/cookbook/console/commands_as_services.rst index 09bfe12d77b..60f22824686 100644 --- a/cookbook/console/commands_as_services.rst +++ b/cookbook/console/commands_as_services.rst @@ -90,6 +90,8 @@ have some ``NameRepository`` service that you'll use to get your default value:: public function __construct(NameRepository $nameRepository) { + parent::__construct(); + $this->nameRepository = $nameRepository; } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy