Add SettingsSetDisplayName method and refactor unused imports
This commit is contained in:
parent
9da2ac2db2
commit
85bdff7d3c
15 changed files with 98 additions and 16 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
use InvalidArgumentException;
|
||||
use Socialbox\Classes\Cryptography;
|
||||
use Socialbox\Classes\Logger;
|
||||
use Socialbox\Classes\Utilities;
|
||||
use Socialbox\Enums\SessionState;
|
||||
use Socialbox\Enums\StandardHeaders;
|
||||
|
|
|
@ -4,7 +4,6 @@ namespace Socialbox\Objects\Database;
|
|||
|
||||
use DateTime;
|
||||
use Socialbox\Classes\Configuration;
|
||||
use Socialbox\Classes\Logger;
|
||||
use Socialbox\Enums\Status\CaptchaStatus;
|
||||
use Socialbox\Interfaces\SerializableInterface;
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
use Socialbox\Classes\Configuration;
|
||||
use Socialbox\Classes\SecuredPassword;
|
||||
use Socialbox\Exceptions\CryptographyException;
|
||||
use Socialbox\Managers\EncryptionRecordsManager;
|
||||
|
||||
class EncryptionRecord
|
||||
{
|
||||
|
|
|
@ -3,10 +3,8 @@
|
|||
namespace Socialbox\Objects;
|
||||
|
||||
use InvalidArgumentException;
|
||||
use ncc\ThirdParty\nikic\PhpParser\Node\Expr\BinaryOp\BooleanOr;
|
||||
use Socialbox\Classes\Logger;
|
||||
use Socialbox\Enums\StandardError;
|
||||
use Socialbox\Exceptions\RpcException;
|
||||
use Socialbox\Exceptions\StandardException;
|
||||
use Socialbox\Interfaces\SerializableInterface;
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
namespace Socialbox\Objects\Standard;
|
||||
|
||||
use Socialbox\Interfaces\SerializableInterface;
|
||||
use Socialbox\Objects\Database\CaptchaRecord;
|
||||
|
||||
class ImageCaptcha implements SerializableInterface
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue