コンテンツ情報取得の実装をapi.phpから剥がした

This commit is contained in:
shibafu
2018-04-15 03:29:00 +09:00
parent 0f39b502e8
commit 7ca0acacb4
9 changed files with 190 additions and 66 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace App\MetadataResolver;
interface Resolver
{
public function resolve(string $url): Metadata;
}