Skip to content

Commit

Permalink
TimeSeries delete missing method
Browse files Browse the repository at this point in the history
Fix from basho#150
  • Loading branch information
robocoder authored Jun 5, 2018
1 parent d771f75 commit 8c02d61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Riak/Command/TimeSeries/Delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
*/
class Delete extends Command implements CommandInterface
{
protected $method = 'DELETE';

/**
* Stores the table name
*
Expand Down Expand Up @@ -48,4 +50,4 @@ public function __construct(Command\Builder\TimeSeries\DeleteRow $builder)
$this->table = $builder->getTable();
$this->key = $builder->getKey();
}
}
}

0 comments on commit 8c02d61

Please sign in to comment.