make print_attachment() available on laravel mode

This commit is contained in:
xiaomlove
2025-09-21 19:26:24 +07:00
parent 1b2ba8dc48
commit 6b242dea36
4 changed files with 30 additions and 7 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
return [
'text_key' => '附件',
'not_found' => '無效',
'size' => '大小',
'downloads' => '下載',
];