← Back
Editing: ThematicCrudController.php
<?php namespace App\Controller\Admin\User; use App\Entity\Thematic; use EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractCrudController; class ThematicCrudController extends AbstractCrudController { public static function getEntityFqcn(): string { return Thematic::class; } }
Save File
Cancel