Browse Source

adding #2

master v0.1.3
HerrHase 3 years ago
parent
commit
58ed57814f
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      composer.json
  2. +1
    -1
      src/Pirectus.php

+ 1
- 1
composer.json View File

@ -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": [


+ 1
- 1
src/Pirectus.php View File

@ -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