mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fixed param error
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
include_once __DIR__ . '/../shared/web.php';
|
||||
|
||||
global $utopia, $response, $request, $layout, $version, $providers;
|
||||
global $utopia, $response, $request, $layout, $version, $providers, $projectDB;
|
||||
|
||||
use Utopia\View;
|
||||
use Database\Database;
|
||||
|
||||
Reference in New Issue
Block a user