Your IP : 3.129.211.190


Current Path : /home/lentoinv/props/vendor/dragonmantank/cron-expression/src/Cron/
Upload File :
Current File : /home/lentoinv/props/vendor/dragonmantank/cron-expression/src/Cron/FieldFactoryInterface.php

<?php

namespace Cron;

interface FieldFactoryInterface
{
    public function getField(int $position): FieldInterface;
}

?>