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