Skip to content

Commit 55a6d58

Browse files
committed
updates on lock file
1 parent ea62842 commit 55a6d58

File tree

2 files changed

+118
-2
lines changed

2 files changed

+118
-2
lines changed

composer.lock

+116-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/app.php

+2
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@
189189
* Custom Service Providers
190190
*/
191191
App\Providers\QueueMonitorProvider::class,
192+
Superbalist\LaravelPrometheusExporter\PrometheusServiceProvider::class
192193
],
193194

194195
/*
@@ -241,6 +242,7 @@
241242
'Validator' => Illuminate\Support\Facades\Validator::class,
242243
'View' => Illuminate\Support\Facades\View::class,
243244
'Excel' => Maatwebsite\Excel\Facades\Excel::class,
245+
'Prometheus' => Superbalist\LaravelPrometheusExporter\PrometheusFacade::class
244246

245247
],
246248

0 commit comments

Comments
 (0)