Skip to content

Commit

Permalink
Merge pull request #240 from dotkernel/issue-239
Browse files Browse the repository at this point in the history
Removed unused line from doctrine.global.php
  • Loading branch information
alexmerlin authored May 3, 2024
2 parents 2039226 + e50cfbc commit 05de6e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/autoload/doctrine.global.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Ramsey\Uuid\Doctrine\UuidType;

Check warning on line 12 in config/autoload/doctrine.global.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Undefined class

Undefined class 'UuidType'

return [
'doctrine' => [
'doctrine' => [
'connection' => [
'orm_default' => [
'doctrine_mapping_types' => [
Expand Down Expand Up @@ -79,5 +79,4 @@
],
],
],
'resultCacheLifetime' => 3600,
];

0 comments on commit 05de6e4

Please sign in to comment.