catchAdmin/extend/catcher/library/excel/ShouldTaskContract.php

9 lines
126 B
PHP
Raw Normal View History

2020-05-26 22:55:02 +08:00
<?php
2020-11-29 09:29:14 +08:00
declare(strict_types=1);
2020-05-26 22:55:02 +08:00
namespace catcher\library\excel;
interface ShouldTaskContract
{
public function name();
}