Loading src/XeroQuery.php +0 −5 Original line number Diff line number Diff line Loading @@ -512,11 +512,6 @@ class XeroQuery /*implements XeroQueryInterface */ { $this->explodeConditions(); // Change to PUT if UUID is not set for a post. if ($this->method === 'post' && !$this->uuid) { $this->setMethod('put'); } $data_class = $this->type_definition['class']; $endpoint = $this->uuid ? $data_class::$plural_name . '/' . (string) $this->uuid : $data_class::$plural_name; $context = [ Loading Loading
src/XeroQuery.php +0 −5 Original line number Diff line number Diff line Loading @@ -512,11 +512,6 @@ class XeroQuery /*implements XeroQueryInterface */ { $this->explodeConditions(); // Change to PUT if UUID is not set for a post. if ($this->method === 'post' && !$this->uuid) { $this->setMethod('put'); } $data_class = $this->type_definition['class']; $endpoint = $this->uuid ? $data_class::$plural_name . '/' . (string) $this->uuid : $data_class::$plural_name; $context = [ Loading