MISP/src/Model/Entity/WarninglistType.php

10 lines
136 B
PHP

<?php
declare(strict_types=1);
namespace App\Model\Entity;
class WarninglistType extends AppModel
{
public $virtualFields = [];
}