BackupManager\Laravel\DbListCommand::__construct PHP Method

__construct() public method

public __construct ( BackupManager\Filesystems\FilesystemProvider $filesystems )
$filesystems BackupManager\Filesystems\FilesystemProvider
    public function __construct(FilesystemProvider $filesystems)
    {
        parent::__construct();
        $this->filesystems = $filesystems;
    }