blob: 7972ef9cd3f41eb3274db64e4cabec56f8f66874 [file] [log] [blame]
<?php
namespace Airavata\Facades;
use Illuminate\Support\Facades\Facade;
class IamAdminServices extends Facade {
/**
* Get the registered name of the component.
*
* @return string
*/
protected static function getFacadeAccessor() { return 'iam_admin_services'; }
}