|
@@ -28,6 +28,9 @@ abstract class ContainerAwareCommand extends Command implements ContainerAwareIn
|
|
*/
|
|
*/
|
|
private $container;
|
|
private $container;
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * @return ContainerInterface
|
|
|
|
+ */
|
|
protected function getContainer()
|
|
protected function getContainer()
|
|
{
|
|
{
|
|
if (null === $this->container) {
|
|
if (null === $this->container) {
|