예제 #1
0
파일: Storage.php 프로젝트: bugotech/io
 /**
  * Get the visibility for the given path.
  *
  * @param  string $path
  *
  * @return string
  */
 public function getVisibility($path)
 {
     $path = $this->getPathPrefix($path);
     return $this->drive->getVisibility($path);
 }