openvk/Web/Models/Entities/ILinkable.php
2021-12-13 13:17:13 +02:00

6 lines
136 B
PHP

<?php declare(strict_types=1);
namespace openvk\Web\Models\Entities;
interface ILinkable {
public function getOVKLink(): string;
}