6 lines
66 B
PHP
6 lines
66 B
PHP
<?php
|
|
|
|
namespace Leantime\Core\Domains;
|
|
|
|
interface DomainModel {}
|