ShouldTaskContract.php 126 B

123456789
  1. <?php
  2. declare(strict_types=1);
  3. namespace catcher\library\excel;
  4. interface ShouldTaskContract
  5. {
  6. public function name();
  7. }