Removed ArrayType which is not necessary anymore with the new webauthn lib

This commit is contained in:
Jan Böhmer 2025-08-14 18:47:17 +02:00
parent 0eee161630
commit 781ea45633
2 changed files with 0 additions and 120 deletions

View file

@ -25,10 +25,6 @@ doctrine:
tinyint:
class: App\Doctrine\Types\TinyIntType
# This was removed in doctrine/orm 4.0 but we need it for the WebauthnKey entity
array:
class: App\Doctrine\Types\ArrayType
schema_filter: ~^(?!internal)~
# Only enable this when needed
profiling_collect_backtrace: false