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 67f1d6b commit 18e79afCopy full SHA for 18e79af
src/DLPServiceProvider.php
@@ -17,8 +17,8 @@ public function boot()
17
]);
18
19
Admin::booting(function () {
20
- Admin::css('vendor/dlp/component.min.css?v2.5');
21
- Admin::js('vendor/dlp/component.min.js?v2.5');
+ Admin::css('vendor/dlp/component.min.css?v2.6');
+ Admin::js('vendor/dlp/component.min.js?v2.6');
22
Form::extend('Dot', Dot::class);
23
Form::extend('CascadeDot', CascadeDot::class);
24
Form::extend('Linear', Linear::class);
0 commit comments