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