mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
debug
This commit is contained in:
parent
8743330ad8
commit
6435fa84af
1 changed files with 5 additions and 0 deletions
|
|
@ -225,6 +225,11 @@ App::post('/v1/projects')
|
|||
$create = false;
|
||||
}
|
||||
|
||||
var_dump('$globalCollections = ');
|
||||
var_dump($globalCollections);
|
||||
var_dump('$create = ');
|
||||
var_dump($create);
|
||||
|
||||
if ($create || !$globalCollections) {
|
||||
$audit = new Audit($dbForProject);
|
||||
$audit->setup();
|
||||
|
|
|
|||
Loading…
Reference in a new issue