From 008eb7155f0a78650be13651d5afa49bccc64669 Mon Sep 17 00:00:00 2001 From: Ismael Ambrosi Date: Fri, 10 Feb 2012 10:19:34 -0200 Subject: [PATCH] Fixed typo on service name --- Command/GenerateDoctrineCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/GenerateDoctrineCommand.php b/Command/GenerateDoctrineCommand.php index fb91fc5..325692c 100644 --- a/Command/GenerateDoctrineCommand.php +++ b/Command/GenerateDoctrineCommand.php @@ -67,6 +67,6 @@ protected function getDocumentMetadata($documentClass) */ protected function getFilesystem() { - return $this->getContainer()->get('filsystem'); + return $this->getContainer()->get('filesystem'); } }