Files
postshop-backend/config/barcode.php
2026-02-03 15:31:29 +05:00

7 lines
97 B
PHP

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