Skip to content

Commit a5ad9a4

Browse files
Update mergeConfigFrom
1 parent d5fc3cd commit a5ad9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HTMLMinServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ protected function setupConfig()
5353

5454
$this->publishes([$source => config_path('htmlmin.php')]);
5555

56-
$this->mergeConfigFrom('htmlmin', $source);
56+
$this->mergeConfigFrom($source, 'htmlmin');
5757
}
5858

5959
/**

0 commit comments

Comments
 (0)