Files
trf_certest/vendor/dragonmantank/cron-expression/src/Cron/FieldFactoryInterface.php
T
2025-03-28 08:52:46 +01:00

9 lines
121 B
PHP

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