Skip to content

Commit

Permalink
Update WebinarRegistrant.php
Browse files Browse the repository at this point in the history
Add find to WebinarRegistrants
  • Loading branch information
colinhall17 committed Sep 7, 2020
1 parent e1d228e commit 831a2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebinarRegistrant.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 831a2c0

Please sign in to comment.