ok
Direktori : /home2/selectio/public_html/limpiar.in.net/vendor/maatwebsite/excel/src/Concerns/ |
Current File : /home2/selectio/public_html/limpiar.in.net/vendor/maatwebsite/excel/src/Concerns/WithHeadings.php |
<?php namespace Maatwebsite\Excel\Concerns; interface WithHeadings { /** * @return array */ public function headings(): array; }