0x1949 Team - FAZEMRX - MANAGER
Edit File: RemoteObjectInterface.php
<?php declare(strict_types=1); namespace ProxyManager\Proxy; /** * Remote object marker * * @author Marco Pivetta <ocramius@gmail.com> * @license MIT */ interface RemoteObjectInterface extends ProxyInterface { }