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' => 'Attachment for key ',
'not_found' => ' not found',
'size' => 'Size',
'downloads' => 'Downloads',
];