Exemple #1
0
 /**
  * Get the contents of a remote file.
  *
  * @param string $remote
  * @return string 
  * @static 
  */
 public static function getString($remote)
 {
     return \Illuminate\Remote\Connection::getString($remote);
 }