CustomSheetConcern.php 117 B

12345678
  1. <?php
  2. namespace Maatwebsite\Excel\Tests\Data\Stubs;
  3. interface CustomSheetConcern
  4. {
  5. public function custom();
  6. }