mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge pull request #7936 from appwrite/feat-upgrade-platform-with-module
Use latest Platform and add Core module
This commit is contained in:
+1
-1
@@ -202,7 +202,7 @@ CLI::setResource('logError', function (Registry $register) {
|
||||
}, ['register']);
|
||||
|
||||
$platform = new Appwrite();
|
||||
$platform->init(Service::TYPE_CLI);
|
||||
$platform->init(Service::TYPE_TASK);
|
||||
|
||||
$cli = $platform->getCli();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user