This website works better with JavaScript.
Help
Sign In
tentakelfabrik
/
pirectus
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
4
Wiki
Activity
Browse Source
adding
#2
master
v0.1.3
HerrHase
3 years ago
parent
1a00622480
commit
58ed57814f
2 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
composer.json
+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'
=>
[]
];
];
Write
Preview
Loading…
Cancel
Save