Skip to content

Commit

Permalink
rename default config to prevent autocomplete issued
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpon92 committed Apr 28, 2020
1 parent 0848bbd commit 2c6e8bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Laravel/Providers/Php2ElkMetricsProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function register()
{
$this->publishes(
[
__DIR__ . '/../config/php2elk-metrics.php' => config_path('php2elk-metrics.php'),
__DIR__ . '/../config/config.php' => config_path('php2elk-metrics.php'),
],
'config'
);
Expand All @@ -35,7 +35,7 @@ public function register()
);

$this->mergeConfigFrom(
__DIR__ . '/../config/php2elk-metrics.php',
__DIR__ . '/../config/config.php',
'php2elk-metrics'
);

Expand Down
File renamed without changes.

0 comments on commit 2c6e8bf

Please sign in to comment.