Completed
Pull Request — master (#155)
by
unknown
01:29
created
src/AppBundle/Controller/DownloadsController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,9 +10,7 @@
 block discarded – undo
10 10
 namespace AppBundle\Controller;
11 11
 
12 12
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
13
-use AppBundle\Utilities\DownloadManager;
14 13
 use Symfony\Component\HttpFoundation\Request;
15
-use AppBundle\Entity\Download;
16 14
 
17 15
 class DownloadsController extends Controller
18 16
 {
Please login to merge, or discard this patch.