Skip to content

Commit d51db3e

Browse files
committed
Make condig file publishable
1 parent 551dd53 commit d51db3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/MetricServiceProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,9 @@ public function boot(): void
3636
$this->{$publish}([
3737
__DIR__.'/../database/migrations' => database_path('migrations'),
3838
], 'metrics-migrations');
39+
40+
$this->publishes([
41+
__DIR__.'/../config/metrics.php' => $this->app['path.config'].DIRECTORY_SEPARATOR.'metrics.php',
42+
]);
3943
}
4044
}

0 commit comments

Comments
 (0)