Skip to content

Commit c57db75

Browse files
committed
Correcting the path to the config.
1 parent 748a0d8 commit c57db75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServerTimingServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function register()
2929
protected function registerPublishing()
3030
{
3131
$this->publishes([
32-
__DIR__.'/../config/config.php' => config_path('timing.php'),
32+
__DIR__.'/config/config.php' => config_path('timing.php'),
3333
], 'server-timing-config');
3434
}
3535
}

0 commit comments

Comments
 (0)