diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist index 54b833b..5e173bd 100644 --- a/config/autoload/local.php.dist +++ b/config/autoload/local.php.dist @@ -52,6 +52,11 @@ return [ 'params' => $databases['default'], ], ], + 'configuration' => [ + 'orm_default' => [ + 'entity_listener_resolver' => EntityListenerResolver::class, + ], + ], ], 'uploads' => [ 'user' => [ diff --git a/test/Functional/.gitignore b/test/Functional/.gitignore new file mode 100644 index 0000000..a25287a --- /dev/null +++ b/test/Functional/.gitignore @@ -0,0 +1 @@ +test.jpg