1
0
mirror of synced 2025-01-31 20:41:44 +03:00

11 lines
172 B
PHP

<?php
namespace Doctrine\ORM\Proxy;
/**
* Marker interface for proxy classes.
*
* @author Roman Borschel <roman@code-factory.org>
* @since 2.0
*/
interface Proxy {}