diff --git a/src/WebinarRegistrant.php b/src/WebinarRegistrant.php index b5887da..5d50a39 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';