Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit 5911843

Browse files
committed
fix published view path
1 parent 9ef5748 commit 5911843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LLoadoutInforceServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ private function publishAssets()
3636
{
3737

3838
$this->publishes([
39-
__DIR__ . '/../resources/views' => resource_path('views/vendor/loadout'),
39+
__DIR__ . '/../resources/views' => resource_path('views/vendor/LLoadoutInforce-views'),
4040
], 'LLoadoutInforce-views');
4141

4242
$this->publishes([

0 commit comments

Comments
 (0)