Skip to content

Commit

Permalink
don't publish on laravel-assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Propaganistas authored Apr 8, 2024
1 parent 873ec61 commit 3ffca1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LogViewerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ protected function defineAssetPublishing()
{
$this->publishes([
self::basePath('/public') => public_path('vendor/log-viewer'),
], ['log-viewer-assets', 'laravel-assets']);
], 'log-viewer-assets');
}

protected function defineDefaultGates()
Expand Down

0 comments on commit 3ffca1b

Please sign in to comment.