From e61d35a1351ceb2e0cbd297b572b465334dd3938 Mon Sep 17 00:00:00 2001 From: Colin Hall Date: Mon, 7 Sep 2020 16:05:31 +0100 Subject: [PATCH] Update WebinarRegistrant.php Add find to WebinarRegistrants --- src/WebinarRegistrant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WebinarRegistrant.php b/src/WebinarRegistrant.php index 515a818..2d3cbeb 100644 --- a/src/WebinarRegistrant.php +++ b/src/WebinarRegistrant.php @@ -10,7 +10,7 @@ class WebinarRegistrant extends Model protected $endPoint = 'webinars/{webinar:id}/registrants'; - protected $allowedMethods = ['get', 'post', 'put']; + protected $allowedMethods = ['find', 'get', 'post', 'put']; protected $apiMultipleDataField = 'registrants';