Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #45 from grongor/patch-1
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
Vrtak-CZ committed Dec 8, 2012
2 parents 473a5f3 + 5b6fd8b commit 0def412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Nella/Doctrine/Config/Extension.php
Expand Up @@ -45,7 +45,7 @@ class Extension extends \Nette\Config\CompilerExtension
),
'eventManager' => NULL,
'metadataDriver' => NULL,
'useSimleAnnotation' => FALSE,
'useSimpleAnnotation' => FALSE,
'autowired' => TRUE,
'entityDirs' => array('%appDir%'),
'proxy' => array(
Expand Down Expand Up @@ -121,7 +121,7 @@ public function loadConfiguration()
$reader = $builder->addDefinition($this->prefix('annotationReader'))
->setClass('Doctrine\Common\Annotations\Reader')
->setFactory(get_called_class().'::createAnnotationReader', array(
$config['annotationCacheDriver'], $config['useSimleAnnotation']
$config['annotationCacheDriver'], $config['useSimpleAnnotation']
));

$builder->addDefinition('discriminatorDiscovery')
Expand Down

0 comments on commit 0def412

Please sign in to comment.