aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2017-12-12 14:30:22 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2017-12-12 14:30:22 +0100
commit3fadf42a1c177fc41748c7732cbb4b13cbee4a14 (patch)
tree83d5551fc228906a9c457f65a5fa4d0a81c7a91a
parentad46f2fb46bf97d520a82ec5c15266e3c48c4e0b (diff)
downloadwallabag-3fadf42a1c177fc41748c7732cbb4b13cbee4a14.tar.gz
wallabag-3fadf42a1c177fc41748c7732cbb4b13cbee4a14.tar.zst
wallabag-3fadf42a1c177fc41748c7732cbb4b13cbee4a14.zip
CS
-rw-r--r--app/DoctrineMigrations/Version20160401000000.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/DoctrineMigrations/Version20160401000000.php b/app/DoctrineMigrations/Version20160401000000.php
index 9916321f..a88d2dc0 100644
--- a/app/DoctrineMigrations/Version20160401000000.php
+++ b/app/DoctrineMigrations/Version20160401000000.php
@@ -4,7 +4,6 @@ namespace Application\Migrations;
4 4
5use Doctrine\DBAL\Migrations\AbstractMigration; 5use Doctrine\DBAL\Migrations\AbstractMigration;
6use Doctrine\DBAL\Schema\Schema; 6use Doctrine\DBAL\Schema\Schema;
7use Doctrine\DBAL\Schema\SchemaException;
8use Symfony\Component\DependencyInjection\ContainerAwareInterface; 7use Symfony\Component\DependencyInjection\ContainerAwareInterface;
9use Symfony\Component\DependencyInjection\ContainerInterface; 8use Symfony\Component\DependencyInjection\ContainerInterface;
10 9