Ejemplo n.º 1
0
 /**
  * Set the visibility for the given path.
  *
  * @param string $path
  * @param string $visibility
  * @return void 
  * @static 
  */
 public static function setVisibility($path, $visibility)
 {
     \Illuminate\Filesystem\FilesystemAdapter::setVisibility($path, $visibility);
 }