관리-도구
편집 파일: WithBatchInserts.php
<?php namespace Maatwebsite\Excel\Concerns; interface WithBatchInserts { /** * @return int */ public function batchSize(): int; }