This commit is contained in:
netkas 2025-01-29 15:24:22 -05:00
parent cebfa72ec0
commit 99c6c1385e

View file

@ -7,7 +7,7 @@
use Socialbox\Classes\Database; use Socialbox\Classes\Database;
use Socialbox\Enums\ReservedUsernames; use Socialbox\Enums\ReservedUsernames;
use Socialbox\Exceptions\DatabaseOperationException; use Socialbox\Exceptions\DatabaseOperationException;
use Socialbox\Objects\ExportedSession; use Socialbox\Objects\Client\ExportedSession;
class ExternalSessionManager class ExternalSessionManager
{ {