Skip to content

Commit 61a7312

Browse files
author
hikki
committed
7.1
1 parent 80a6afd commit 61a7312

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

0 commit comments

Comments
 (0)