| Path : /var/www/html/jewelry-pos/vendor/maatwebsite/excel/src/Middleware/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : /var/www/html/jewelry-pos/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);
}