Skip to content

Commit

Permalink
Fix Path
Browse files Browse the repository at this point in the history
  • Loading branch information
kduma committed Dec 27, 2022
1 parent 88afcaf commit 0b3c64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Laravel/WebPrintClientServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function boot()
{
if ($this->app->runningInConsole()) {
$this->publishes([
__DIR__.'/../config/config.php' => config_path('webprint.php'),
__DIR__.'/../../config/config.php' => config_path('webprint.php'),
], 'config');
}
}
Expand Down

0 comments on commit 0b3c64d

Please sign in to comment.