Anons79 Mini Shell

Directory : /home/proudlyafrican/public_html/vendor/league/flysystem/src/Plugin/
Upload File :
Current File : /home/proudlyafrican/public_html/vendor/league/flysystem/src/Plugin/AbstractPlugin.php

<?php

namespace League\Flysystem\Plugin;

use League\Flysystem\FilesystemInterface;
use League\Flysystem\PluginInterface;

abstract class AbstractPlugin implements PluginInterface
{
    /**
     * @var FilesystemInterface
     */
    protected $filesystem;

    /**
     * Set the Filesystem object.
     *
     * @param FilesystemInterface $filesystem
     */
    public function setFilesystem(FilesystemInterface $filesystem)
    {
        $this->filesystem = $filesystem;
    }
}

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]