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

12 lines
153 B
PHP

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