MiniAsset\Factory::scanner PHP Method

scanner() public method

Create a new scanner instance for the provided paths.
public scanner ( array $paths ) : AssetScanner
$paths array The paths to scan.
return AssetScanner
    public function scanner($paths)
    {
        return new AssetScanner($paths, $this->config->theme());
    }