%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home2/vacivi36/core/vendor/maatwebsite/excel/src/Middleware/
Upload File :
Create Path :
Current File : //home2/vacivi36/core/vendor/maatwebsite/excel/src/Middleware/ConvertEmptyCellValuesToNull.php

<?php

namespace Maatwebsite\Excel\Middleware;

class ConvertEmptyCellValuesToNull extends CellMiddleware
{
    /**
     * @param  mixed  $value
     * @return mixed
     */
    public function __invoke($value, callable $next)
    {
        return $next(
            $value === '' ? null : $value
        );
    }
}

Zerion Mini Shell 1.0