Skip to content

Instantly share code, notes, and snippets.

View uginroot's full-sized avatar

Soroka Anton uginroot

View GitHub Profile
@uginroot
uginroot / ChangeIdentityGeneratorHelper.php
Last active May 20, 2020 08:34
Doctrine change identity generator
<?php
namespace App\Helper;
use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\Id\AbstractIdGenerator;
use Doctrine\ORM\Mapping\ClassMetadata;
use ReflectionClass;
use RuntimeException;