Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Mar 30, 2017
1 parent e57cc39 commit 60b1e4a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -59,7 +59,7 @@ class AutoCompletionRelationType {
public function __construct(TranslatorInterface $translator, ObjectManager $objectManager)
{
$this->translator = $translator;
$this->objectManager
$this->objectManager = $objectManager;
}

/**
Expand Down

0 comments on commit 60b1e4a

Please sign in to comment.