1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +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;
use Appwrite\Platform\Services\Tasks;
use Utopia\Platform\Platform;
class Appwrite extends Platform

View file

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