Skip to content

Commit 43d77f0

Browse files
author
hikki
committed
v4.5
1 parent e8b8808 commit 43d77f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/assets/component.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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?v4.4');
33-
Admin::headerJs('vendor/dlp/component.min.js?v4.4');
32+
Admin::css('vendor/dlp/component.min.css?v4.5');
33+
Admin::headerJs('vendor/dlp/component.min.js?v4.5');
3434
Form::extend('Dot', Dot::class);
3535
Form::extend('CascadeDot', CascadeDot::class);
3636
Form::extend('Linear', Linear::class);

0 commit comments

Comments
 (0)