fixes
This commit is contained in:
parent
4b056b8c1e
commit
eff4294d5a
4 changed files with 37 additions and 32 deletions
|
@ -23,7 +23,7 @@ Register the service provider in app.php
|
|||
```php
|
||||
'providers' => [
|
||||
// ...
|
||||
Superbalist\LaravelPrometheusExporter\LaravelServiceProvider::class,
|
||||
Superbalist\LaravelPrometheusExporter\PrometheusServiceProvider::class,
|
||||
]
|
||||
```
|
||||
|
||||
|
@ -37,7 +37,7 @@ Register the facade in app.php
|
|||
|
||||
#### Lumen
|
||||
```php
|
||||
$app->register(Superbalist\LaravelPrometheusExporter\LumenServiceProvider::class);
|
||||
$app->register(Superbalist\LaravelPrometheusExporter\LumenPrometheusServiceProvider::class);
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue