MISP/src/Model/Entity/SharingGroupOrg.php

10 lines
111 B
PHP

<?php
namespace App\Model\Entity;
use App\Model\Entity\AppModel;
class SharingGroupOrg extends AppModel
{
}