We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eee161 commit 781ea45Copy full SHA for 781ea45
config/packages/doctrine.yaml
@@ -25,10 +25,6 @@ doctrine:
25
tinyint:
26
class: App\Doctrine\Types\TinyIntType
27
28
- # This was removed in doctrine/orm 4.0 but we need it for the WebauthnKey entity
29
- array:
30
- class: App\Doctrine\Types\ArrayType
31
-
32
schema_filter: ~^(?!internal)~
33
# Only enable this when needed
34
profiling_collect_backtrace: false
src/Doctrine/Types/ArrayType.php
0 commit comments