remove var dump

This commit is contained in:
fogelito
2025-12-25 13:10:30 +02:00
parent 904b2da8ce
commit 23c1e4fb79
@@ -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);