mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
remove var dump
This commit is contained in:
@@ -64,8 +64,6 @@ class Types extends Validator
|
||||
throw new \Exception('Queries must be an array');
|
||||
}
|
||||
|
||||
var_dump($value);
|
||||
|
||||
foreach ($value as $query) {
|
||||
if (!$query instanceof Query) {
|
||||
$query = Query::parse($query);
|
||||
|
||||
Reference in New Issue
Block a user