Esempio n. 1
0
 public function getVersionCount()
 {
     $filesystem = App::getFilesystem();
     $out = $filesystem->getFilesystem('storage')->listContents($this->getHashedPath());
     return count($out);
 }