Skip to content

Commit 089256a

Browse files
committed
Added 'laravel-assets' tag to Public publishable.
1 parent 4db804e commit 089256a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GrapesjsServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ protected function publishFiles()
7272

7373
$this->publishes([
7474
__DIR__.'/../dist' => public_path($this->publicDirPath),
75-
], [$this->namespace, 'public']);
75+
], [$this->namespace, 'public', 'laravel-assets']);
7676

7777
$this->publishes([
7878
__DIR__.'/resources/views' => resource_path($this->viewDirPath),

0 commit comments

Comments
 (0)