Edit File: FromCollection.php
<?php namespace Maatwebsite\Excel\Concerns; use Illuminate\Support\Collection; interface FromCollection { /** * @return Collection */ public function collection(); }
Back to File Manager