Skip to content

Commit 7843d39

Browse files
author
hikki
committed
v3
1 parent b20c765 commit 7843d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DLPServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function boot()
2222

2323
Admin::booting(function () {
2424
Admin::css('vendor/dlp/component.min.css?v2.9');
25-
Admin::js('vendor/dlp/component.min.js?v2.9');
25+
Admin::headerJs('vendor/dlp/component.min.js?v2.9');
2626
Form::extend('Dot', Dot::class);
2727
Form::extend('CascadeDot', CascadeDot::class);
2828
Form::extend('Linear', Linear::class);

0 commit comments

Comments
 (0)