ok
Direktori : /home2/selectio/public_html/limpiar.in.net/vendor/maatwebsite/excel/src/Concerns/ |
Current File : /home2/selectio/public_html/limpiar.in.net/vendor/maatwebsite/excel/src/Concerns/WithMapping.php |
<?php namespace Maatwebsite\Excel\Concerns; interface WithMapping { /** * @param mixed $row * @return array */ public function map($row): array; }