diff --git a/config/autoload/doctrine.global.php b/config/autoload/doctrine.global.php index 6d3517a..ea33c37 100644 --- a/config/autoload/doctrine.global.php +++ b/config/autoload/doctrine.global.php @@ -12,7 +12,7 @@ use Ramsey\Uuid\Doctrine\UuidType; return [ - 'doctrine' => [ + 'doctrine' => [ 'connection' => [ 'orm_default' => [ 'doctrine_mapping_types' => [ @@ -79,5 +79,4 @@ ], ], ], - 'resultCacheLifetime' => 3600, ];