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