Skip to content

Commit

Permalink
Merge branch 'master' into 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iambrosi committed Feb 10, 2012
2 parents 558a41a + 008eb71 commit f109f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/GenerateDoctrineCommand.php
Expand Up @@ -67,6 +67,6 @@ protected function getDocumentMetadata($documentClass)
*/
protected function getFilesystem()
{
return $this->getContainer()->get('filsystem');
return $this->getContainer()->get('filesystem');
}
}

0 comments on commit f109f59

Please sign in to comment.