File "export.plain.stub"

Full Path: /home/fundopuh/trader.fxex.org/vendor/maatwebsite/excel/src/Console/stubs/export.plain.stub
File size: 245 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace DummyNamespace;

use Maatwebsite\Excel\Concerns\FromCollection;

class DummyClass implements FromCollection
{
    /**
    * @return \Illuminate\Support\Collection
    */
    public function collection()
    {
        //
    }
}