Fix json_array removed type

This commit is contained in:
Jeremy Benoist
2022-12-21 08:33:24 +01:00
parent a8a4a4b1f8
commit 1f2b00bdac
4 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace Wallabag\CoreBundle\Doctrine;
namespace App\Doctrine;
use Doctrine\DBAL\Platforms\AbstractPlatform;
use Doctrine\DBAL\Types\JsonType;