Kraken\Filesystem\Factory\ZipFactory::onCreate PHP Method

onCreate() protected method

protected onCreate ( mixed[] $config = [] ) : League\Flysystem\AdapterInterface
$config mixed[]
return League\Flysystem\AdapterInterface
    protected function onCreate($config = [])
    {
        $class = $this->getClass();
        return new $class($this->param($config, 'path'));
    }