Skip to content

Commit

Permalink
Updated deps + fix deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
a-menshchikov committed Jun 22, 2024
1 parent d39ea82 commit ad463d2
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 87 deletions.
112 changes: 57 additions & 55 deletions shared/homeless/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions shared/homeless/config/packages/doctrine.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@

/** @var \Symfony\Config\Doctrine\OrmConfig $orm */
$orm = $doctrine->orm();
$orm->controllerResolver()
->autoMapping(true)
;
$defaultEntityManager = $orm->entityManager('default')
->namingStrategy('doctrine.orm.naming_strategy.underscore_number_aware')
->autoMapping(true)
Expand Down
Loading

0 comments on commit ad463d2

Please sign in to comment.