added PHPDoc

This commit is contained in:
tracer 2021-06-13 13:27:19 +02:00
parent 708521553f
commit f7109bbd02
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ namespace App\Controller\Admin;
use App\Entity\Section;
use EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractCrudController;
/**
* Class SectionCrudController
* @package App\Controller\Admin
*/
class SectionCrudController extends AbstractCrudController
{
public static function getEntityFqcn(): string