OwlCyberSecurity - MANAGER
Edit File: WithMapping.php
<?php namespace Maatwebsite\Excel\Concerns; interface WithMapping { /** * @param mixed $row * @return array */ public function map($row): array; }