Kraken\Filesystem\Factory\LocalFactory::getClass PHP Method

getClass() protected method

protected getClass ( ) : string
return string
    protected function getClass()
    {
        return AdapterLocal::class;
    }