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 b20c765 commit 7843d39Copy full SHA for 7843d39
src/DLPServiceProvider.php
@@ -22,7 +22,7 @@ public function boot()
22
23
Admin::booting(function () {
24
Admin::css('vendor/dlp/component.min.css?v2.9');
25
- Admin::js('vendor/dlp/component.min.js?v2.9');
+ Admin::headerJs('vendor/dlp/component.min.js?v2.9');
26
Form::extend('Dot', Dot::class);
27
Form::extend('CascadeDot', CascadeDot::class);
28
Form::extend('Linear', Linear::class);
0 commit comments