Skip to content

Commit 3c73842

Browse files
author
hikki
committed
选择标识
1 parent 345e598 commit 3c73842

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
@@ -17,8 +17,8 @@ public function boot()
1717
]);
1818

1919
Admin::booting(function () {
20-
Admin::css('vendor/dlp/component.min.css?v2.6');
21-
Admin::js('vendor/dlp/component.min.js?v2.6');
20+
Admin::css('vendor/dlp/component.min.css?v2.7');
21+
Admin::js('vendor/dlp/component.min.js?v2.7');
2222
Form::extend('Dot', Dot::class);
2323
Form::extend('CascadeDot', CascadeDot::class);
2424
Form::extend('Linear', Linear::class);

0 commit comments

Comments
 (0)