Skip to content

Commit 819067c

Browse files
author
hikki
committed
v8
1 parent 27b077d commit 819067c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DLPServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ public function boot(DLP $extension)
2929
}
3030

3131
Admin::booting(function () {
32-
Admin::css('vendor/dlp/component.min.css?v7.5');
33-
Admin::headerJs('vendor/dlp/component.min.js?v7.5');
32+
Admin::css('vendor/dlp/component.min.css?v8');
33+
Admin::headerJs('vendor/dlp/component.min.js?v8');
3434
});
3535
}
3636
}

0 commit comments

Comments
 (0)