fix copy/paste error
This commit is contained in:
parent
bf1a4e1879
commit
ae787ce05a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Register the facade in app.php
|
|||
```php
|
||||
'aliases' => [
|
||||
// ...
|
||||
'PubSub' => Superbalist\LaravelPrometheusExporter\PrometheusFacade::class,
|
||||
'Prometheus' => Superbalist\LaravelPrometheusExporter\PrometheusFacade::class,
|
||||
]
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue