ok
Direktori : /home2/selectio/public_html/fms-worksuite/vendor/macsidigital/laravel-zoom/src/Facades/ |
Current File : /home2/selectio/public_html/fms-worksuite/vendor/macsidigital/laravel-zoom/src/Facades/Client.php |
<?php namespace MacsiDigital\Zoom\Facades; use Illuminate\Support\Facades\Facade; /** * @see \Macsidigital\XeroLaravel\Skeleton\SkeletonClass */ class Client extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return 'zoom.client'; } }