basho / riak-php-client

PHP clients for Riak
Apache License 2.0
160 stars 69 forks source link

Bug, missing method for delete command #150

Open hn0pw opened 6 years ago

hn0pw commented 6 years ago

The method is missing in the following class on line ~15.

class Delete extends Command implements CommandInterface
{

    protected $method = 'DELETE';

https://github.com/basho/riak-php-client/blob/develop/src/Riak/Command/TimeSeries/Delete.php#L15

christophermancini commented 6 years ago

@ramon-ga unfortunately with Basho's recent circumstances, none of us have access to the repository anymore. You will have to wait till Bet365 takes over or fork the repository.