Current File : /home/tradevaly/text.tradevaly.com.bd/vendor/maatwebsite/excel/src/Concerns/WithMapping.php
<?php

namespace Maatwebsite\Excel\Concerns;

interface WithMapping
{
    /**
     * @param  mixed  $row
     * @return array
     */
    public function map($row): array;
}