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