Home
last modified time | relevance | path

Searched refs:localFs (Results 1 – 1 of 1) sorted by relevance

/plugin/combo/ComboStrap/
H A DLocalFileSystem.php18 private static $localFs; variable in ComboStrap\\LocalFileSystem
22 if (self::$localFs === null) {
23 self::$localFs = new LocalFileSystem();
25 return self::$localFs;