aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2018-10-24 21:02:35 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2018-10-24 21:47:51 +0200
commitb502d6ad0964267b49f91eafb3bed8a4693aba0f (patch)
treed362c7b4d064c93846664297a8b316090c89e079 /src
parenta02924ea2618549bacf948188c06092afcd6a8d1 (diff)
downloadwallabag-b502d6ad0964267b49f91eafb3bed8a4693aba0f.tar.gz
wallabag-b502d6ad0964267b49f91eafb3bed8a4693aba0f.tar.zst
wallabag-b502d6ad0964267b49f91eafb3bed8a4693aba0f.zip
Cleanup
Diffstat (limited to 'src')
-rw-r--r--src/Wallabag/CoreBundle/Doctrine/WallabagMigration.php2
1 files changed, 1 insertions, 1 deletions
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 @@
2 2
3namespace Wallabag\CoreBundle\Doctrine; 3namespace Wallabag\CoreBundle\Doctrine;
4 4
5use Doctrine\DBAL\Migrations\AbstractMigration;
6use Doctrine\DBAL\Schema\Schema; 5use Doctrine\DBAL\Schema\Schema;
6use Doctrine\Migrations\AbstractMigration;
7use Symfony\Component\DependencyInjection\ContainerAwareInterface; 7use Symfony\Component\DependencyInjection\ContainerAwareInterface;
8use Symfony\Component\DependencyInjection\ContainerInterface; 8use Symfony\Component\DependencyInjection\ContainerInterface;
9 9