cerebrate/src/Model/Entity/RemoteToolConnection.php

12 lines
138 B
PHP
Raw Normal View History

2021-06-11 10:44:24 +02:00
<?php
namespace App\Model\Entity;
use App\Model\Entity\AppModel;
use Cake\ORM\Entity;
class RemoteToolConnection extends AppModel
{
}