Remove obsolete ClientRequestOld and RpcHandler classes

This commit is contained in:
netkas 2024-12-23 19:03:43 -05:00
parent 395e6b95ff
commit 23262bc0a6
5 changed files with 17 additions and 386 deletions

View file

@ -5,7 +5,6 @@
use Socialbox\Abstracts\Method;
use Socialbox\Interfaces\SerializableInterface;
use Socialbox\Objects\ClientRequest;
use Socialbox\Objects\ClientRequestOld;
use Socialbox\Objects\RpcRequest;
class Ping extends Method