PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
maatwebsite
/
excel
/
src
/
Concerns
/
Editing: WithStartRow.php
<?php namespace Maatwebsite\Excel\Concerns; interface WithStartRow { /** * @return int */ public function startRow(): int; }
SAVE
CANCEL