fix Redis namespace

This commit is contained in:
Rezza Kurniawan 2020-04-03 13:51:03 +07:00
parent 752e99f375
commit 11eda5ff90

View file

@ -1,6 +1,6 @@
<?php <?php
namespace Superbalist\LaravelPrometheusExporter\Storage; namespace Superbalist\LaravelPrometheusExporter;
use Prometheus\Storage\Adapter; use Prometheus\Storage\Adapter;
use Prometheus\Counter; use Prometheus\Counter;