| Current Path : /var/www/html/eva.sumar.com.py/vendor/maatwebsite/excel/src/Concerns/ |
| Current File : /var/www/html/eva.sumar.com.py/vendor/maatwebsite/excel/src/Concerns/OnEachRow.php |
<?php
namespace Maatwebsite\Excel\Concerns;
use Maatwebsite\Excel\Row;
interface OnEachRow
{
/**
* @param Row $row
*/
public function onRow(Row $row);
}