Skip to content

Instantly share code, notes, and snippets.

View Solution's full-sized avatar
🎯
Focusing

Patrik Tomášik Solution

🎯
Focusing
View GitHub Profile
@Solution
Solution / DoctrineExtension.php
Last active July 3, 2019 22:16
Gedmo extension for Kdyby\Doctrine and some changes in Gedmo\DoctrineExtensions
<?php
namespace Gedmo;
use Doctrine\Common\Annotations\AnnotationRegistry;
use Doctrine\ORM\Mapping\Driver as DriverMappingORM;
use Doctrine\Common\Persistence\Mapping\Driver as DriverORM;
use Doctrine\ODM\MongoDB\Mapping\Driver as DriverMongodbODM;
use Doctrine\Common\Annotations\Reader;
use Doctrine\Common\Annotations\CachedReader;