Devise\Support\Config\FileManager::__construct PHP Method

__construct() public method

public __construct ( Illuminate\Filesystem\Filesystem $Filesystem, Framework $Framework )
$Filesystem Illuminate\Filesystem\Filesystem
$Framework Devise\Support\Framework
    public function __construct(Filesystem $Filesystem, Framework $Framework)
    {
        $this->Container = $Framework->Container;
        $this->files = $Filesystem;
    }