diff --git a/src/Payload.php b/src/Payload.php index 7cca9b5..3e1776d 100644 --- a/src/Payload.php +++ b/src/Payload.php @@ -255,12 +255,4 @@ final class Payload return $this->force; } - /** - * @return string - */ - public function getType() - { - // TODO: - return "A"; - } }