File "import.collection.stub"
Full Path: /home/fundopuh/trader.fxex.org/vendor/maatwebsite/excel/src/Console/stubs/import.collection.stub
File size: 289 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace DummyNamespace;
use Illuminate\Support\Collection;
use Maatwebsite\Excel\Concerns\ToCollection;
class DummyClass implements ToCollection
{
/**
* @param Collection $collection
*/
public function collection(Collection $collection)
{
//
}
}