File "WithMapping.php"

Full Path: /home/fundopuh/trader.fxex.org/vendor/maatwebsite/excel/src/Concerns/WithMapping.php
File size: 174 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;
}