portal.mkgtu.ru/common/commands/command/AddToTimelineCommand.php

25 lines
216 B
PHP
Raw Permalink Normal View History

2024-03-28 09:51:45 +03:00
<?php
namespace common\commands\command;
use trntv\tactician\base\BaseCommand;
class AddToTimelineCommand extends BaseCommand
{
public $category;
public $event;
public $data;
}