default services conflit ?
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Doctrine\Common;
|
||||
|
||||
use function class_alias;
|
||||
|
||||
class_alias(
|
||||
\Doctrine\Persistence\NotifyPropertyChanged::class,
|
||||
__NAMESPACE__ . '\NotifyPropertyChanged'
|
||||
);
|
||||
|
||||
if (false) {
|
||||
interface NotifyPropertyChanged extends \Doctrine\Persistence\NotifyPropertyChanged
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user