<?php namespace IlluminateSupportFacades;
/**
* @see IlluminateRemoteRemoteManager
* @see IlluminateRemoteConnection
*/
class SSH extends Facade {
/**
* Get the registered name of the component.
*
* @return string
*/
protected static function getFacadeAccessor() { return 'remote'; }
}