Skip to content

Commit 138bc53

Browse files
author
Tortue Torche
committed
1 parent a0c59a0 commit 138bc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Efficiently/JqueryLaravel/JqueryLaravelServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function boot()
2828
// You can publish assets if you don't use Larasset package
2929
// Run: php artisan vendor:publish --provider="Efficiently\JqueryLaravel\JqueryLaravelServiceProvider" --force
3030
$this->publishes([
31-
$packageAssetsPaths => base_path('resources/js'),
31+
$packageAssetsPaths => base_path('resources/assets/js'),
3232
], 'assets');
3333
}
3434

0 commit comments

Comments
 (0)