1
0
Fork 0
mirror of https://github.com/fernwerker/ownDynDNS.git synced 2025-07-10 14:15:14 +02:00

cleanup previous tests

This commit is contained in:
Nils Blume 2023-08-23 23:12:54 +02:00
parent 312b0d9967
commit f2bfa9008f

View file

@ -255,12 +255,4 @@ final class Payload
return $this->force;
}
/**
* @return string
*/
public function getType()
{
// TODO:
return "A";
}
}