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

13 lines
231 B
PHP

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