mirror of
https://github.com/YGGverse/gemtext-php.git
synced 2026-04-01 02:05:32 +00:00
implement class interfaces
This commit is contained in:
parent
b7b4a8c230
commit
2643878aae
8 changed files with 30 additions and 7 deletions
2
src/Entity/Link.php
Normal file → Executable file
2
src/Entity/Link.php
Normal file → Executable file
|
|
@ -4,7 +4,7 @@ declare(strict_types=1);
|
|||
|
||||
namespace Yggverse\Gemtext\Entity;
|
||||
|
||||
class Link
|
||||
class Link implements \Yggverse\Gemtext\Interface\Entity
|
||||
{
|
||||
public const TAG = '=>';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue