<?php namespace Maatwebsite\Excel\Concerns; interface WithMappedCells { /** * @return array */ public function mapping(): array; }
The base URL for API requests is: