CustomConcern.php 112 B

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