Skip to content

Commit 96c7711

Browse files
author
hikki
committed
7.2
1 parent 3c002a6 commit 96c7711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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?v7.1.1');
33-
Admin::headerJs('vendor/dlp/component.min.js?v7.1.1');
32+
Admin::css('vendor/dlp/component.min.css?v7.2');
33+
Admin::headerJs('vendor/dlp/component.min.js?v7.2');
3434
});
3535
}
3636
}

0 commit comments

Comments
 (0)