Current path: home/webdevt/prestashop17/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/
?? Go up: /home/webdevt/prestashop17/vendor/doctrine/persistence/lib/Doctrine/Common
<?php
namespace Doctrine\Common\Persistence;
use function class_alias;
class_alias(
\Doctrine\Persistence\ObjectManagerAware::class,
__NAMESPACE__ . '\ObjectManagerAware'
);
if (false) {
interface ObjectManagerAware extends \Doctrine\Persistence\ObjectManagerAware
{
}
}