<?php namespace Maatwebsite\Excel\Tests\Data\Stubs; use Maatwebsite\Excel\Concerns\Exportable; class EmptyExport { use Exportable; }