Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/admin.priyotama.com/vendor/maatwebsite/excel/src/Concerns/
Upload File :
Current File : /home/users/unlimited/www/admin.priyotama.com/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;
}