github/vendor/dragonmantank/cron-expression/src/Cron/FieldFactoryInterface.php
2025-04-12 19:11:43 +08:00

9 lines
121 B
PHP
Executable File

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