BackupManager\Laravel\DbListCommand::__construct PHP Метод

__construct() публичный Метод

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