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

<?php

namespace Maatwebsite\Excel\Concerns;

interface WithStartRow
{
    /**
     * @return int
     */
    public function startRow(): int;
}
Back to Directory File Manager