Files
faveo/vendor/maatwebsite/excel/src/Concerns/WithChunkReading.php
RafficMohammed da241bacb6 updated-packages
2023-01-08 00:13:22 +05:30

12 lines
150 B
PHP

<?php
namespace Maatwebsite\Excel\Concerns;
interface WithChunkReading
{
/**
* @return int
*/
public function chunkSize(): int;
}