admin/vendor/maatwebsite/excel/src/Concerns/WithMappedCells.php

12 lines
151 B
PHP

<?php
namespace Maatwebsite\Excel\Concerns;
interface WithMappedCells
{
/**
* @return array
*/
public function mapping(): array;
}