mirror of
https://github.com/appwrite/appwrite
synced 2026-05-14 20:48:45 +00:00
debug
This commit is contained in:
parent
d980711c30
commit
c853b6593a
1 changed files with 2 additions and 3 deletions
|
|
@ -223,10 +223,9 @@ App::post('/v1/projects')
|
|||
$create = false;
|
||||
}
|
||||
|
||||
var_dump($globalCollections);
|
||||
var_dump($create);
|
||||
if ($create || !$globalCollections) {
|
||||
var_dump('#######');
|
||||
var_dump($globalCollections);
|
||||
var_dump($create);
|
||||
$audit = new Audit($dbForProject);
|
||||
$audit->setup();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue