@@ -10,9 +10,7 @@ |
||
| 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 | { |