X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FDoctrine%2FWallabagMigration.php;fp=src%2FWallabag%2FCoreBundle%2FDoctrine%2FWallabagMigration.php;h=4a3fef3b10e398a1304604061c67c9da6a5d2f2d;hb=6fc95673df5349d682eb6ca6185f894eb711d13a;hp=7aa2409a120c0c6de2459588a671fb1a64ed9964;hpb=0f159f8fc1dea68552dbfa845fa9a24a95953018;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Doctrine/WallabagMigration.php b/src/Wallabag/CoreBundle/Doctrine/WallabagMigration.php index 7aa2409a..4a3fef3b 100644 --- a/src/Wallabag/CoreBundle/Doctrine/WallabagMigration.php +++ b/src/Wallabag/CoreBundle/Doctrine/WallabagMigration.php @@ -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;