Files
zyt/server/vendor/dragonmantank/cron-expression/src/Cron/FieldFactoryInterface.php
T
2026-05-11 17:49:38 +08:00

9 lines
121 B
PHP
Executable File

<?php
namespace Cron;
interface FieldFactoryInterface
{
public function getField(int $position): FieldInterface;
}