Skip to content

Commit c6efda4

Browse files
committed
v3.4
1 parent d6a1ac3 commit c6efda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DLPServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function boot(DLP $extension)
2424

2525
if ($this->app->runningInConsole() && $assets = $extension->assets()) {
2626
$this->publishes([
27-
__DIR__.'/../resources/assets' => public_path('vendor/dlp/')
27+
__DIR__.'/../resources/assets' => public_path('vendor/dlp')
2828
]);
2929
}
3030

0 commit comments

Comments
 (0)