master v0.1.3
HerrHase 3 years ago
parent 1a00622480
commit 58ed57814f

@ -1,6 +1,6 @@
{ {
"name": "tentakelfabrik/pirectus", "name": "tentakelfabrik/pirectus",
"version": "0.1.2", "version": "0.1.3",
"type": "library", "type": "library",
"license": "MIT", "license": "MIT",
"authors": [ "authors": [

@ -44,7 +44,7 @@ class Pirectus
public function items(string $name) public function items(string $name)
{ {
$query = [ $query = [
'endpoint' => '/items/'.$name, 'endpoint' => 'items/'.$name,
'parameters' => [] 'parameters' => []
]; ];

Loading…
Cancel
Save