RprtCli/app/src/Utils/TimeTrackingServices/EntityInterface.php

15 lines
200 B
PHP
Raw Normal View History

2023-01-10 10:42:36 +01:00
<?php
declare(strict_types=1);
namespace RprtCli\Utils\TimeTrackingServices;
/**
* Interface for enitities.
*
* Rest api mapping is defined by attributes.
*/
interface EntityInterface {
}