| Current Path : /var/www/html/edd.sumar.com.py/vendor/maatwebsite/excel/src/Middleware/ |
| Current File : /var/www/html/edd.sumar.com.py/vendor/maatwebsite/excel/src/Middleware/CellMiddleware.php |
<?php
namespace Maatwebsite\Excel\Middleware;
abstract class CellMiddleware
{
/**
* @param mixed $value
* @return mixed
*/
abstract public function __invoke($value, callable $next);
}