| Current Path : /home/bullgymbny/app/vendor/dragonmantank/cron-expression/src/Cron/ |
| Current File : /home/bullgymbny/app/vendor/dragonmantank/cron-expression/src/Cron/FieldFactoryInterface.php |
<?php
namespace Cron;
interface FieldFactoryInterface
{
public function getField(int $position): FieldInterface;
}