Skip to content

Commit

Permalink
Update Builder.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakiboy committed Jun 12, 2024
1 parent 4a60cbc commit b09c6bb
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/includes/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -890,19 +890,6 @@ private function isSearch() : bool
return is_a($this->operation, $class, true);
}

/**
* Check node operation.
*
* @access private
* @return bool
* @todo Implementation
*/
private function isNode() : bool
{
$class = 'Apaapi\operations\GetBrowseNodes';
return is_a($this->operation, $class, true);
}

/**
* Prepare request.
*
Expand Down

0 comments on commit b09c6bb

Please sign in to comment.