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