ActivityPubResolverを追加

This commit is contained in:
unarist
2019-02-09 04:04:41 +09:00
parent 7337f60491
commit 5750eeb3a5
4 changed files with 108 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace App\MetadataResolver;
interface Parser
{
public function parse(string $body): Metadata;
}