Algatux / influxdb-bundle

Bundle service integration of official influxdb/influxdb-php client
MIT License
24 stars 14 forks source link

Client function access #53

Closed Algatux closed 8 years ago

Algatux commented 8 years ago

Find a way to give users access to \InfluxDB\Client to make usage of Client functions

soullivaneuh commented 8 years ago

It's already possible:

$this->get('algatux_influx_db.connection.http')->getClient();
Algatux commented 8 years ago

Uff yess you are right. Closing