Removed unused import

This commit is contained in:
netkas 2024-09-03 11:39:54 -04:00
parent 66a3b40283
commit 97501f810f

View file

@ -2,7 +2,6 @@
namespace Socialbox\Objects; namespace Socialbox\Objects;
use Socialbox\Abstracts\Entity;
use Socialbox\Interfaces\SerializableInterface; use Socialbox\Interfaces\SerializableInterface;
class RpcRequest implements SerializableInterface class RpcRequest implements SerializableInterface