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