Skip to content

Commit 94932a8

Browse files
committed
Fix tests
1 parent 49f19f7 commit 94932a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/ServiceProvider.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ class ServiceProvider extends AddonServiceProvider
2828
];
2929

3030
protected $scripts = [
31-
__DIR__.'/../dist/js/livewire-forms.js',
32-
__DIR__.'/../dist/js/form.js',
33-
__DIR__.'/../dist/js/filepond.js',
34-
__DIR__.'/../dist/js/grecaptcha.js',
31+
__DIR__.'/../resources/dist/js/livewire-forms.js',
32+
__DIR__.'/../resources/dist/js/form.js',
33+
__DIR__.'/../resources/dist/js/filepond.js',
34+
__DIR__.'/../resources/dist/js/grecaptcha.js',
3535
];
3636

3737
protected $stylesheets = [
38-
__DIR__.'/../dist/css/filepond.css',
38+
__DIR__.'/../resources/dist/css/filepond.css',
3939
];
4040

4141
public function bootAddon()

0 commit comments

Comments
 (0)