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