catchAdmin/extend/catcher/library/excel/ShouldTaskContract.php
JaguarJack 94c430f491 update
2020-11-29 09:29:14 +08:00

9 lines
126 B
PHP

<?php
declare(strict_types=1);
namespace catcher\library\excel;
interface ShouldTaskContract
{
public function name();
}