Skip to content

Commit

Permalink
Fix Link For Assets
Browse files Browse the repository at this point in the history
  • Loading branch information
adnane-ka committed Apr 27, 2021
1 parent db65173 commit 80739d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PackalyserServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function boot()
if ($this->app->runningInConsole()) {
// Publish assets
$this->publishes([
__DIR__.'/resources/build' => public_path('packalyser'),
__DIR__.'/build' => public_path('packalyser'),
], 'assets');
}

Expand Down

0 comments on commit 80739d6

Please sign in to comment.