start of controller and formtype: adaptation from DocumentPersonController

This commit is contained in:
2021-09-03 12:20:34 +02:00
parent 3bb0e470bc
commit 46560da67d
3 changed files with 327 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
namespace App\Entity;
use App\Repository\AccompanyingCourseDocumentRepository;
use Chill\DocStoreBundle\Entity\Document;
use Chill\PersonBundle\Entity\AccompanyingPeriod;
use Doctrine\ORM\Mapping as ORM;
@@ -10,7 +10,7 @@ use Doctrine\ORM\Mapping as ORM;
* @ORM\Entity(repositoryClass=AccompanyingCourseDocumentRepository::class)
* @ORM\Table("chill_doc.accompanyingcourse_document")
*/
class AccompanyingCourseDocument
class AccompanyingCourseDocument extends Document
{
/**
* @ORM\Id