vd/vendor/dipper/excel/src/Concerns/WithMappedCells.php
2018-12-29 10:19:35 +08:00

12 lines
146 B
PHP

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