MISP/src/Model/Entity/WarninglistType.php

10 lines
136 B
PHP
Raw Normal View History

2024-04-29 11:59:44 +02:00
<?php
declare(strict_types=1);
namespace App\Model\Entity;
class WarninglistType extends AppModel
{
public $virtualFields = [];
}