Files
torsearch/src/Monitor/Action/Command/MonitorTvEpisodeCommand.php

13 lines
239 B
PHP

<?php
namespace App\Monitor\Action\Command;
use OneToMany\RichBundle\Contract\CommandInterface;
class MonitorTvEpisodeCommand implements CommandInterface
{
public function __construct(
public int $movieMonitorId,
) {}
}