Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from pauci/master
Browse files Browse the repository at this point in the history
Missing namespace import + duplicate key
  • Loading branch information
DASPRiD committed Mar 3, 2016
2 parents b13861a + c667c67 commit bb1aef9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/ConfigurationFactory.php
Expand Up @@ -145,7 +145,6 @@ protected function createWithConfig(ContainerInterface $container, $configKey)
protected function getDefaultConfig($configKey)
{
return [
'result_cache' => 'array',
'metadata_cache' => 'array',
'query_cache' => 'array',
'result_cache' => 'array',
Expand Down
1 change: 1 addition & 0 deletions src/EntityManagerFactory.php
Expand Up @@ -9,6 +9,7 @@

namespace ContainerInteropDoctrine;

use Doctrine\DBAL\Types\Type;
use Doctrine\ORM\EntityManager;
use Interop\Container\ContainerInterface;

Expand Down

0 comments on commit bb1aef9

Please sign in to comment.