File "WithMapping.php"
Full Path: /home/isoftco/public_html/hrm/vendor/maatwebsite/excel/src/Concerns/WithMapping.php
File size: 179 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Maatwebsite\Excel\Concerns;
interface WithMapping
{
/**
* @param mixed $row
*
* @return array
*/
public function map($row): array;
}