diff --git a/src/Objects/Operation.php b/src/Objects/Operation.php deleted file mode 100644 index 2ee26f7..0000000 --- a/src/Objects/Operation.php +++ /dev/null @@ -1,43 +0,0 @@ -tags = $args['tags'] ?? []; - $this->summary = $args['summary'] ?? null; - $this->description = $args['description'] ?? null; - //$this->externalDocs = $args['externalDocs'] ?? null; - $this->operationId = $args['operationId']; - //$this->requestBody = $args['requestBody'] ?? null; - //$this->responses = $args['responses'] ?? null; - //$this->callbacks = $args['callbacks'] ?? null; - $this->deprecated = (bool) $args['deprecated'] ?? null; - //$this->security = $args['security'] ?? null; - //$this->servers = $args['servers'] ?? null; - } -}