Viewing File: /home/ubuntu/todaykat-backend-base/vendor/maatwebsite/excel/src/Concerns/WithMappedCells.php

<?php

namespace Maatwebsite\Excel\Concerns;

interface WithMappedCells
{
    /**
     * @return array
     */
    public function mapping(): array;
}
Back to Directory File Manager