mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
refactor module
This commit is contained in:
parent
a67c6bfacb
commit
70eb56a388
2 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ namespace Appwrite\Platform;
|
||||||
|
|
||||||
use Appwrite\Platform\Services\Tasks;
|
use Appwrite\Platform\Services\Tasks;
|
||||||
use Appwrite\Platform\Services\Workers;
|
use Appwrite\Platform\Services\Workers;
|
||||||
|
use Appwrite\Platform\Modules\Core;
|
||||||
use Utopia\Platform\Platform;
|
use Utopia\Platform\Platform;
|
||||||
|
|
||||||
class Appwrite extends Platform
|
class Appwrite extends Platform
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Appwrite\Platform;
|
namespace Appwrite\Platform\Modules;
|
||||||
|
|
||||||
use Utopia\Platform\Module;
|
use Utopia\Platform\Module;
|
||||||
|
|
||||||
Loading…
Reference in a new issue