| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 7 | class PrometheusServiceProvider extends ServiceProvider |
||
| 8 | { |
||
| 9 | protected $defer = true; |
||
| 10 | |||
| 11 | public function boot() |
||
| 12 | { |
||
| 13 | $this->publishes([ |
||
| 14 | __DIR__ . '/../../../config/prometheus.php' => base_path('config/prometheus.php'), |
||
| 15 | ]); |
||
| 16 | } |
||
| 17 | |||
| 18 | public function register() |
||
| 26 | }); |
||
| 27 | } |
||
| 28 | |||
| 29 | public function provides() |
||
| 32 | } |
||
| 33 | } |