Beispiel #1
0
 /**
  * get the underlying filesystem that Glide is using
  * 
  * @return \League\Flysystem\FilesystemInterface $filesystem
  */
 private function filesystem()
 {
     return $this->server->getSource();
 }