Skip to content

Commit

Permalink
updated configuration - doctrine
Browse files Browse the repository at this point in the history
  • Loading branch information
bidi47 committed Feb 26, 2024
1 parent b67a091 commit 7d5f018
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/autoload/local.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ return [
'params' => $databases['default'],
],
],
'configuration' => [
'orm_default' => [
'entity_listener_resolver' => EntityListenerResolver::class,
],
],
],
'uploads' => [
'user' => [
Expand Down
1 change: 1 addition & 0 deletions test/Functional/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test.jpg

0 comments on commit 7d5f018

Please sign in to comment.