Skip to content

Commit

Permalink
Change author
Browse files Browse the repository at this point in the history
  • Loading branch information
Yinci committed Jun 4, 2024
1 parent ed8101d commit 95f358e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"type": "library",
"authors": [
{
"name": "Bodhi Looij",
"email": "b.looij@wedesignit.nl"
"name": "Yannick Schrijvers",
"email": "y.schrijvers@wedesignit.nl"
},
{
"name": "Wedesignit dev",
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/JobListing.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function publish(int $resource): array
{
return $this->client->put($this->uri($resource) . '/set-published');
}
Add

public function refresh(int $resource): array
{
return $this->client->put($this->uri($resource) . '/refresh');
Expand Down

0 comments on commit 95f358e

Please sign in to comment.