updated aciton source

This commit is contained in:
ArnabChatterjee20k
2026-04-13 20:46:30 +05:30
parent 51fd96f4bf
commit eb76c31fdd
3 changed files with 3 additions and 3 deletions
@@ -1,6 +1,6 @@
<?php
namespace Appwrite\Platform\Modules\Presences;
namespace Appwrite\Platform\Modules\Presences\HTTP;
use Appwrite\Extend\Exception;
use Appwrite\Platform\Action as PlatformAction;
@@ -3,7 +3,7 @@
namespace Appwrite\Platform\Modules\Presences\HTTP;
use Appwrite\Extend\Exception;
use Appwrite\Platform\Modules\Presences\Action as PresenceAction;
use Appwrite\Platform\Modules\Presences\HTTP\Action as PresenceAction;
use Appwrite\SDK\AuthType;
use Appwrite\SDK\Method;
use Appwrite\SDK\Response as SDKResponse;
@@ -4,7 +4,7 @@ namespace Appwrite\Platform\Modules\Presences\HTTP;
use Appwrite\Extend\Exception;
use Appwrite\ID;
use Appwrite\Platform\Modules\Presences\Action as PresenceAction;
use Appwrite\Platform\Modules\Presences\HTTP\Action as PresenceAction;
use Appwrite\SDK\AuthType;
use Appwrite\SDK\Method;
use Appwrite\SDK\Response as SDKResponse;