File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -26,19 +26,19 @@ public function register(): void
26
26
], 'erag:publish-pwa-config ' );
27
27
28
28
$ this ->publishes ([
29
- __DIR__ . '/../resources/manifest.json ' => public_path ('manifest.json ' ),
29
+ __DIR__ . '/../resources/manifest.json ' => public_path ('manifest.json ' ),
30
30
], 'erag:publish-manifest ' );
31
31
32
32
$ this ->publishes ([
33
- __DIR__ . '/../resources/offline.html ' => public_path ('offline.html ' ),
33
+ __DIR__ . '/../resources/offline.html ' => public_path ('offline.html ' ),
34
34
], 'erag:publish-offline ' );
35
35
36
36
$ this ->publishes ([
37
- __DIR__ . '/../resources/sw.js ' => public_path ('sw.js ' ),
37
+ __DIR__ . '/../resources/sw.js ' => public_path ('sw.js ' ),
38
38
], 'erag:publish-sw ' );
39
39
40
40
$ this ->publishes ([
41
- __DIR__ . '/../resources/logo.png ' => public_path ('logo.png ' ),
41
+ __DIR__ . '/../resources/logo.png ' => public_path ('logo.png ' ),
42
42
], 'erag:publish-logo ' );
43
43
44
44
}
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ public function RegisterServiceWorkerScript(): string
40
40
41
41
$ isLivewire = config ('pwa.livewire-app ' , false ) ? 'data-navigate-once ' : '' ;
42
42
43
-
44
43
return <<<HTML
45
44
{$ installApp }
46
45
<!-- PWA scripts -->
You can’t perform that action at this time.
0 commit comments