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