added PHPDoc

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

View File

@ -9,6 +9,10 @@ use EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField;
use EasyCorp\Bundle\EasyAdminBundle\Field\TextEditorField;
use EasyCorp\Bundle\EasyAdminBundle\Field\TextField;
/**
* Class CommentCrudController
* @package App\Controller\Admin
*/
class CommentCrudController extends AbstractCrudController
{
public static function getEntityFqcn(): string