改名
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace Snowflake\Crontab;
|
||||
|
||||
interface CrontabInterface
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public function onMaxExecute(): void;
|
||||
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function isStop(): bool;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user