Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jan 10, 2025
1 parent 5a5da5d commit 46d4415
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/TestApplication/src/Controller/AssetsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 46d4415

Please sign in to comment.