| Current Path : /home/users/unlimited/www/whatsapp-crm/vendor/maatwebsite/excel/src/Concerns/ |
| Current File : /home/users/unlimited/www/whatsapp-crm/vendor/maatwebsite/excel/src/Concerns/WithStartRow.php |
<?php
namespace Maatwebsite\Excel\Concerns;
interface WithStartRow
{
/**
* @return int
*/
public function startRow(): int;
}