Skip to content

Commit

Permalink
missed committing this change to the example file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Mancini committed May 5, 2016
1 parent c7b24dd commit 2881d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/TimeSeries.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@


# query for data
$response = (new Command\Builder\TimeSeries\Query(static::$riak))
$response = (new Command\Builder\TimeSeries\Query($riak))
->withQuery("select * from GeoCheckins where family = 'family1' and series = 'myseries1' and (time > 1420113500 and time < 1420116000)")
->build()
->execute();
Expand Down

0 comments on commit 2881d3e

Please sign in to comment.