|
|
@ -256,8 +256,8 @@ return [ |
|
|
|
|
|
|
|
|
// Image and file upload path under the disk above.
|
|
|
// Image and file upload path under the disk above.
|
|
|
'directory' => [ |
|
|
'directory' => [ |
|
|
'image' => 'supplier/images', |
|
|
|
|
|
'file' => 'supplier/files', |
|
|
|
|
|
|
|
|
'image' => 'supplier/images/' . date('Y-m'), |
|
|
|
|
|
'file' => 'supplier/files/' . date('Y-m'), |
|
|
], |
|
|
], |
|
|
], |
|
|
], |
|
|
|
|
|
|
|
|
|