<?php namespace Maatwebsite\Excel\Concerns; /** * @template RowType of mixed */ interface WithMapping { /** * @param RowType $row * @return array */ public function map($row): array; }
Take control of your account by resetting your password. Our password recovery page guides you through the necessary steps to securely reset your password.