mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +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\Workers;
|
||||
use Appwrite\Platform\Modules\Core;
|
||||
use Utopia\Platform\Platform;
|
||||
|
||||
class Appwrite extends Platform
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace Appwrite\Platform;
|
||||
namespace Appwrite\Platform\Modules;
|
||||
|
||||
use Utopia\Platform\Module;
|
||||
|
||||
Loading…
Reference in a new issue