Sindbad~EG File Manager

Current Path : /var/www/html/xfacil.desafio.com.py/vendor/league/flysystem/src/Plugin/
Upload File :
Current File : /var/www/html/xfacil.desafio.com.py/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;
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists