Skip to content

Commit

Permalink
Update pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
davcpas1234 authored May 31, 2021
1 parent ffe7220 commit be0a3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelPdfViewerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class LaravelPdfViewerServiceProvider extends ServiceProvider
public function boot()
{
$this->publishes([
__DIR__.'../laraview' => public_path('public'),
__DIR__.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'laraview' => public_path('laraview'),
], 'public');
}

Expand Down

0 comments on commit be0a3a8

Please sign in to comment.