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