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