Files
backend-mm/config/barcode.php
2025-09-25 03:03:31 +05:00

7 lines
97 B
PHP

<?php
return [
'default_type' => 'I25',
'store_path' => storage_path('app/public/'),
];