mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 10:14:44 +02:00
Moved doctrine custom type definitions to Doctrine\Types namespace
This commit is contained in:
parent
e60f0f0571
commit
f62937096f
3 changed files with 5 additions and 5 deletions
|
@ -8,11 +8,11 @@ doctrine:
|
|||
|
||||
types:
|
||||
datetime:
|
||||
class: App\Helpers\UTCDateTimeType
|
||||
class: App\Doctrine\Types\UTCDateTimeType
|
||||
date:
|
||||
class: App\Helpers\UTCDateTimeType
|
||||
class: App\Doctrine\Types\UTCDateTimeType
|
||||
big_decimal:
|
||||
class: App\Helpers\BigDecimalType
|
||||
class: App\Doctrine\Types\BigDecimalType
|
||||
|
||||
schema_filter: ~^(?!internal)~
|
||||
# Only enable this when needed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue