Example #1
0
 /**
  * Get contents of a file with shared access.
  *
  * @param string $path
  * @return string 
  * @static 
  */
 public static function sharedGet($path)
 {
     return \Illuminate\Filesystem\Filesystem::sharedGet($path);
 }