refactor module

This commit is contained in:
Damodar Lohani 2024-04-08 05:25:55 +00:00
parent a67c6bfacb
commit 70eb56a388
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ namespace Appwrite\Platform;
use Appwrite\Platform\Services\Tasks;
use Appwrite\Platform\Services\Workers;
use Appwrite\Platform\Modules\Core;
use Utopia\Platform\Platform;
class Appwrite extends Platform

View file

@ -1,6 +1,6 @@
<?php
namespace Appwrite\Platform;
namespace Appwrite\Platform\Modules;
use Utopia\Platform\Module;