Apply fixes from StyleCI (#1)
This commit is contained in:
parent
6ad41471c0
commit
b6f4589e48
7 changed files with 22 additions and 7 deletions
|
@ -4,7 +4,6 @@ $route = Route::get(
|
|||
config('prometheus.metrics_route_path'),
|
||||
\Superbalist\LaravelPrometheusExporter\MetricsController::class . '@getMetrics'
|
||||
)->name('metrics'); /** @var \Illuminate\Routing\Route $route */
|
||||
|
||||
$middleware = config('prometheus.metrics_route_middleware');
|
||||
|
||||
if ($middleware) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue