%PDF- %PDF-
Direktori : /home/silvzytp/calling_code/vendor/maatwebsite/excel/src/Concerns/ |
Current File : //home/silvzytp/calling_code/vendor/maatwebsite/excel/src/Concerns/ToCollection.php |
<?php namespace Maatwebsite\Excel\Concerns; use Illuminate\Support\Collection; interface ToCollection { /** * @param Collection $collection */ public function collection(Collection $collection); }