Няма описание
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

export.plain.stub 245B

12345678910111213141516
  1. <?php
  2. namespace DummyNamespace;
  3. use Maatwebsite\Excel\Concerns\FromCollection;
  4. class DummyClass implements FromCollection
  5. {
  6. /**
  7. * @return \Illuminate\Support\Collection
  8. */
  9. public function collection()
  10. {
  11. //
  12. }
  13. }