Skip to content

Commit d3caeca

Browse files
author
hikki
committed
7
1 parent a8898fd commit d3caeca

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?v6.9.6');
33-
Admin::headerJs('vendor/dlp/component.min.js?v6.9.6');
32+
Admin::css('vendor/dlp/component.min.css?v7.0');
33+
Admin::headerJs('vendor/dlp/component.min.js?v7.0');
3434
});
3535
}
3636
}

0 commit comments

Comments
 (0)