Skip to content

Commit

Permalink
Merge pull request #2 from robocoder/patch-1
Browse files Browse the repository at this point in the history
TimeSeries delete missing method
  • Loading branch information
Geolim4 authored Jun 6, 2018
2 parents d771f75 + 8c02d61 commit 1163f24
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 1163f24

Please sign in to comment.