Skip to content

Commit 781ea45

Browse files
committed
Removed ArrayType which is not necessary anymore with the new webauthn lib
1 parent 0eee161 commit 781ea45

File tree

2 files changed

+0
-120
lines changed

2 files changed

+0
-120
lines changed

config/packages/doctrine.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ doctrine:
2525
tinyint:
2626
class: App\Doctrine\Types\TinyIntType
2727

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-
3228
schema_filter: ~^(?!internal)~
3329
# Only enable this when needed
3430
profiling_collect_backtrace: false

src/Doctrine/Types/ArrayType.php

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
 (0)