Refactor framework to support more years

This commit is contained in:
2021-12-09 22:41:22 +01:00
parent 8f6de7b627
commit 55e4e62d97
6 changed files with 37 additions and 23 deletions

View File

@ -9,14 +9,15 @@ use Symfony\Component\Console\Output\OutputInterface;
class ExecuteDay extends Command
{
protected int $day;
protected int $year;
/**
* @var string The title.
*/
private string $title;
protected int $day;
protected int $year;
/**
* Configure the command.
*/