1
0
Fork 0
mirror of synced 2024-10-02 18:26:49 +13:00

refactor service namespace

This commit is contained in:
Damodar Lohani 2022-11-14 10:10:47 +00:00
parent cb9bfb2b54
commit bbcce5e018
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
namespace Appwrite\Platform; namespace Appwrite\Platform;
use Appwrite\Platform\Services\Tasks;
use Utopia\Platform\Platform; use Utopia\Platform\Platform;
class Appwrite extends Platform class Appwrite extends Platform

View file

@ -1,6 +1,6 @@
<?php <?php
namespace Appwrite\Platform; namespace Appwrite\Platform\Services;
use Utopia\Platform\Service; use Utopia\Platform\Service;
use Appwrite\Platform\Tasks\Doctor; use Appwrite\Platform\Tasks\Doctor;