13 lines
233 B
PHP
13 lines
233 B
PHP
<?php
|
|
|
|
namespace App\Monitor\Action\Command;
|
|
|
|
use OneToMany\RichBundle\Contract\CommandInterface;
|
|
|
|
class MonitorTvSeasonCommand implements CommandInterface
|
|
{
|
|
public function __construct(
|
|
public int $monitorId,
|
|
) {}
|
|
}
|