1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-27 17:28:39 +00:00
This commit is contained in:
Jeremy Benoist 2018-10-24 21:02:35 +02:00
parent 0f159f8fc1
commit 6fc95673df
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
12 changed files with 60 additions and 91 deletions

View file

@ -2,8 +2,8 @@
namespace Wallabag\CoreBundle\Doctrine;
use Doctrine\DBAL\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;
use Symfony\Component\DependencyInjection\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;