コンテンツ情報取得の実装をapi.phpから剥がした
This commit is contained in:
10
app/MetadataResolver/Metadata.php
Normal file
10
app/MetadataResolver/Metadata.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\MetadataResolver;
|
||||
|
||||
class Metadata
|
||||
{
|
||||
public $title = '';
|
||||
public $description = '';
|
||||
public $image = '';
|
||||
}
|
Reference in New Issue
Block a user