PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
maatwebsite
/
excel
/
src
/
Middleware
/
Editing: CellMiddleware.php
<?php namespace Maatwebsite\Excel\Middleware; abstract class CellMiddleware { /** * @param mixed $value * @return mixed */ abstract public function __invoke($value, callable $next); }
SAVE
CANCEL