write first placeholder test

This commit is contained in:
Jonathan Martz
2025-01-12 11:57:48 +01:00
parent 967198cdeb
commit ded787aeb3
2 changed files with 16 additions and 1 deletions

View File

@@ -70,7 +70,6 @@ class Collection
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
$response = curl_exec($ch);
// var_dump($response);
}
/**