mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
debug
This commit is contained in:
parent
db244937ff
commit
7ab55e0694
1 changed files with 3 additions and 3 deletions
|
|
@ -223,9 +223,9 @@ App::post('/v1/projects')
|
|||
$create = false;
|
||||
}
|
||||
|
||||
//var_dump($dsn->getHost());
|
||||
//var_dump(in_array($dsn->getHost(), $sharedTablesV1));
|
||||
//var_dump($sharedTablesV1);
|
||||
var_dump($dsn->getHost());
|
||||
var_dump(in_array($dsn->getHost(), $sharedTablesV1));
|
||||
var_dump($sharedTablesV1);
|
||||
var_dump($globalCollections);
|
||||
var_dump($create);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue