diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-12-12 14:30:22 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-12-12 14:30:22 +0100 |
commit | 3fadf42a1c177fc41748c7732cbb4b13cbee4a14 (patch) | |
tree | 83d5551fc228906a9c457f65a5fa4d0a81c7a91a /app/DoctrineMigrations/Version20160401000000.php | |
parent | ad46f2fb46bf97d520a82ec5c15266e3c48c4e0b (diff) | |
download | wallabag-3fadf42a1c177fc41748c7732cbb4b13cbee4a14.tar.gz wallabag-3fadf42a1c177fc41748c7732cbb4b13cbee4a14.tar.zst wallabag-3fadf42a1c177fc41748c7732cbb4b13cbee4a14.zip |
CS
Diffstat (limited to 'app/DoctrineMigrations/Version20160401000000.php')
-rw-r--r-- | app/DoctrineMigrations/Version20160401000000.php | 1 |
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 | ||
5 | use Doctrine\DBAL\Migrations\AbstractMigration; | 5 | use Doctrine\DBAL\Migrations\AbstractMigration; |
6 | use Doctrine\DBAL\Schema\Schema; | 6 | use Doctrine\DBAL\Schema\Schema; |
7 | use Doctrine\DBAL\Schema\SchemaException; | ||
8 | use Symfony\Component\DependencyInjection\ContainerAwareInterface; | 7 | use Symfony\Component\DependencyInjection\ContainerAwareInterface; |
9 | use Symfony\Component\DependencyInjection\ContainerInterface; | 8 | use Symfony\Component\DependencyInjection\ContainerInterface; |
10 | 9 | ||