Sindbad~EG File Manager

Current Path : /var/www/html/eva.sumar.com.py/vendor/maatwebsite/excel/src/Concerns/
Upload File :
Current File : /var/www/html/eva.sumar.com.py/vendor/maatwebsite/excel/src/Concerns/RemembersChunkOffset.php

<?php

namespace Maatwebsite\Excel\Concerns;

trait RemembersChunkOffset
{
    /**
     * @var int|null
     */
    protected $chunkOffset;

    /**
     * @param int $chunkOffset
     */
    public function setChunkOffset(int $chunkOffset)
    {
        $this->chunkOffset = $chunkOffset;
    }

    /**
     * @return int|null
     */
    public function getChunkOffset()
    {
        return $this->chunkOffset;
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists