diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/packages/doctrine.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml new file mode 100644 index 0000000..058413e --- /dev/null +++ b/config/packages/doctrine.yaml | |||
@@ -0,0 +1,5 @@ | |||
1 | doctrine: | ||
2 | dbal: | ||
3 | types: | ||
4 | sqlite_text: App\DBAL\Types\SQLiteTextType | ||
5 | |||