src/Entity/ProgrammeFormationService.php line 10

Open in your IDE?
  1. <?php
  2. namespace App\Entity;
  3. use App\Repository\ProgrammeFormationServiceRepository;
  4. use Doctrine\ORM\Mapping as ORM;
  5. use App\Entity\Service;
  6. #[ORM\Entity(repositoryClassProgrammeFormationServiceRepository::class)]
  7. class ProgrammeFormationService extends Service
  8. {
  9. }