File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 25
25
},
26
26
"minimum-stability" : " dev" ,
27
27
"extra" : {
28
- "laravel" : {
29
- "providers" : [
30
- " PowerDataHub\\ Laraflux\\ ServiceProvider"
31
- ]
32
- }
28
+ "laravel" : {
29
+ "providers" : [
30
+ " PowerDataHub\\ Laraflux\\ Providers \\ ServiceProvider"
31
+ ]
32
+ }
33
33
}
34
34
}
Original file line number Diff line number Diff line change 5
5
use Illuminate \Support \Facades \Facade as LaravelFacade ;
6
6
use InfluxDB \Database ;
7
7
8
- class InfluxDB extends LaravelFacade
8
+ class Laraflux extends LaravelFacade
9
9
{
10
10
/**
11
11
* Get the registered name of the component.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public function boot()
34
34
*/
35
35
public function register ()
36
36
{
37
- $ this ->app ->singleton (InfluxDB::class, function ($ app ) {
37
+ $ this ->app ->singleton (InfluxDB::class, function ($ app ) {
38
38
$ client = new InfluxClient (
39
39
config ('influxdb.host ' ),
40
40
config ('influxdb.port ' ),
You can’t perform that action at this time.
0 commit comments