| Current Path : /home/c/i/n/cinepatreb/billetterie/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ | 
| Current File : /home/c/i/n/cinepatreb/billetterie/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php | 
<?php
declare(strict_types=1);
namespace Doctrine\ORM\Proxy;
use Doctrine\Common\Proxy\Proxy as BaseProxy;
/**
 * Interface for proxy classes.
 */
interface Proxy extends BaseProxy
{
}