diff --git a/tests/TestApplication/src/Controller/AssetsController.php b/tests/TestApplication/src/Controller/AssetsController.php index 80a846b541..5fd3af9f4d 100644 --- a/tests/TestApplication/src/Controller/AssetsController.php +++ b/tests/TestApplication/src/Controller/AssetsController.php @@ -5,15 +5,10 @@ use EasyCorp\Bundle\EasyAdminBundle\Config\Asset; use EasyCorp\Bundle\EasyAdminBundle\Config\Assets; use EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractCrudController; -use EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField; -use EasyCorp\Bundle\EasyAdminBundle\Field\FormField; -use EasyCorp\Bundle\EasyAdminBundle\Field\IdField; -use EasyCorp\Bundle\EasyAdminBundle\Field\TextField; use EasyCorp\Bundle\EasyAdminBundle\Tests\TestApplication\Entity\BlogPost; -use function Symfony\Component\Translation\t; /** - * Tests all the different ways of configuring asn customizing the assets + * Tests all the different ways of configuring asn customizing the assets. */ class AssetsController extends AbstractCrudController {