added PHPDoc
This commit is contained in:
parent
708521553f
commit
f7109bbd02
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue