Skip to content

Commit c944e75

Browse files
committed
Swap arguments
1 parent 5fe00f0 commit c944e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function ($request, $response) use ($app) {
6464
public function register()
6565
{
6666
$configPath = __DIR__ . '/../config/debugbar.php';
67-
$this->mergeConfigFrom('debugbar', $configPath);
67+
$this->mergeConfigFrom($configPath, 'debugbar');
6868
$this->publishes([$configPath => config_path('debugbar.php')]);
6969

7070
$this->app->alias(

0 commit comments

Comments
 (0)