Removed wrong use statement from old namespace

This commit is contained in:
Alejandro Celaya
2016-07-19 18:33:45 +02:00
parent 39598d8608
commit 7ca52ecff9
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1,5 +1,4 @@
<?php <?php
use Acelaya\UrlShortener\Middleware;
use Acelaya\ZsmAnnotatedServices\Factory\V3\AnnotatedFactory; use Acelaya\ZsmAnnotatedServices\Factory\V3\AnnotatedFactory;
use Shlinkio\Shlink\CLI; use Shlinkio\Shlink\CLI;
use Symfony\Component\Console; use Symfony\Component\Console;
-1
View File
@@ -1,5 +1,4 @@
<?php <?php
use Acelaya\UrlShortener\Middleware;
use Acelaya\ZsmAnnotatedServices\Factory\V3\AnnotatedFactory; use Acelaya\ZsmAnnotatedServices\Factory\V3\AnnotatedFactory;
use Doctrine\Common\Cache\Cache; use Doctrine\Common\Cache\Cache;
use Doctrine\ORM\EntityManager; use Doctrine\ORM\EntityManager;