refactor: rename class providing AccompanyingCourseDocument Generic doc

This commit is contained in:
2023-05-30 21:52:36 +02:00
parent 40ddd1f1ee
commit da36c59616
3 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ use Doctrine\DBAL\Types\Types;
use Doctrine\ORM\EntityManagerInterface;
use Symfony\Component\Security\Core\Security;
final readonly class AccompanyingProviderCourseDocumentGenericDoc implements GenericDocForAccompanyingPeriodProviderInterface
final readonly class AccompanyingCourseDocumentGenericDocProvider implements GenericDocForAccompanyingPeriodProviderInterface
{
public const KEY = 'accompanying_course_document';