7 lines
97 B
PHP
7 lines
97 B
PHP
<?php
|
|
|
|
return [
|
|
'default_type' => 'I25',
|
|
'store_path' => storage_path('app/public/'),
|
|
];
|