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
1 Commits
v0.1.2
...
master
Author
SHA1
Message
Date
HerrHase
58ed57814f
adding
#2
3 years ago
2 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
+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