From 95f358e3c22ac2fce309d3b3feff43a590fde5f1 Mon Sep 17 00:00:00 2001 From: Yinci Date: Tue, 4 Jun 2024 16:05:43 +0200 Subject: [PATCH] Change author --- composer.json | 4 ++-- src/Resources/JobListing.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 1617c3e..8e01997 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/src/Resources/JobListing.php b/src/Resources/JobListing.php index 5919dd0..0967f6e 100644 --- a/src/Resources/JobListing.php +++ b/src/Resources/JobListing.php @@ -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');