cerebrate/src/Model/Entity/LocalTool.php

12 lines
127 B
PHP
Raw Permalink Normal View History

2021-04-30 23:59:53 +02:00
<?php
namespace App\Model\Entity;
use App\Model\Entity\AppModel;
use Cake\ORM\Entity;
class LocalTool extends AppModel
{
}