メタデータエンティティにexpires_atプロパティを追加
This commit is contained in:
parent
938a4d6957
commit
5f01cc3430
@ -2,9 +2,13 @@
|
||||
|
||||
namespace App\MetadataResolver;
|
||||
|
||||
use Carbon\Carbon;
|
||||
|
||||
class Metadata
|
||||
{
|
||||
public $title = '';
|
||||
public $description = '';
|
||||
public $image = '';
|
||||
/** @var Carbon|null */
|
||||
public $expires_at = null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user