diff --git a/src/Core/Response/DTO/Result.php b/src/Core/Response/DTO/Result.php deleted file mode 100644 index b5ddf9cc..00000000 --- a/src/Core/Response/DTO/Result.php +++ /dev/null @@ -1,33 +0,0 @@ -result = $result; - } - - /** - * @return array - */ - public function getResultData(): array - { - return $this->result; - } -} \ No newline at end of file