welcome back to dyb-tech
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Doctrine\Bundle\DoctrineBundle\EventSubscriber;
|
||||
|
||||
use Doctrine\Common\EventSubscriber;
|
||||
|
||||
/** @deprecated use the {@see AsDoctrineListener} attribute instead */
|
||||
interface EventSubscriberInterface extends EventSubscriber
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user