Add SettingsSetDisplayName method and refactor unused imports

This commit is contained in:
netkas 2024-12-24 00:51:13 -05:00
parent 9da2ac2db2
commit 85bdff7d3c
15 changed files with 98 additions and 16 deletions

View file

@ -5,7 +5,6 @@
use Socialbox\Abstracts\Method;
use Socialbox\Classes\Configuration;
use Socialbox\Classes\Resources;
use Socialbox\Enums\StandardError;
use Socialbox\Interfaces\SerializableInterface;
use Socialbox\Objects\ClientRequest;
use Socialbox\Objects\RpcRequest;