| Current Path : /var/www/html/performance.sumar.com.py/vendor/maatwebsite/excel/src/Concerns/ |
| Current File : /var/www/html/performance.sumar.com.py/vendor/maatwebsite/excel/src/Concerns/WithMapping.php |
<?php
namespace Maatwebsite\Excel\Concerns;
/**
* @template RowType of mixed
*/
interface WithMapping
{
/**
* @param RowType $row
* @return array
*/
public function map($row): array;
}