We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b077d commit 819067cCopy full SHA for 819067c
src/DLPServiceProvider.php
@@ -29,8 +29,8 @@ public function boot(DLP $extension)
29
}
30
31
Admin::booting(function () {
32
- Admin::css('vendor/dlp/component.min.css?v7.5');
33
- Admin::headerJs('vendor/dlp/component.min.js?v7.5');
+ Admin::css('vendor/dlp/component.min.css?v8');
+ Admin::headerJs('vendor/dlp/component.min.js?v8');
34
});
35
36
0 commit comments