ok
Direktori : /home2/selectio/public_html/fms-worksuite/vendor/macsidigital/laravel-zoom/src/ |
Current File : /home2/selectio/public_html/fms-worksuite/vendor/macsidigital/laravel-zoom/src/Participant.php |
<?php namespace MacsiDigital\Zoom; use MacsiDigital\Zoom\Support\Model; class Participant extends Model { protected $endPoint = '/past_webinars/{webinar:uuid}/participants'; protected $allowedMethods = ['get']; protected $apiMultipleDataField = 'participants'; }