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 880679d commit 4b61748Copy full SHA for 4b61748
src/DLPServiceProvider.php
@@ -21,8 +21,8 @@ public function boot()
21
]);
22
23
Admin::booting(function () {
24
- Admin::css('vendor/dlp/component.min.css?v3.2');
25
- Admin::headerJs('vendor/dlp/component.min.js?v3.2');
+ Admin::css('vendor/dlp/component.min.css?v3.3');
+ Admin::headerJs('vendor/dlp/component.min.js?v3.3');
26
Form::extend('Dot', Dot::class);
27
Form::extend('CascadeDot', CascadeDot::class);
28
Form::extend('Linear', Linear::class);
0 commit comments