From 5f01cc3430ac9258187ff8f6f43e50719310581c Mon Sep 17 00:00:00 2001 From: shibafu Date: Tue, 15 Jan 2019 23:56:04 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A1=E3=82=BF=E3=83=87=E3=83=BC=E3=82=BF?= =?UTF-8?q?=E3=82=A8=E3=83=B3=E3=83=86=E3=82=A3=E3=83=86=E3=82=A3=E3=81=AB?= =?UTF-8?q?expires=5Fat=E3=83=97=E3=83=AD=E3=83=91=E3=83=86=E3=82=A3?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/MetadataResolver/Metadata.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/MetadataResolver/Metadata.php b/app/MetadataResolver/Metadata.php index 070dc52..dbe8654 100644 --- a/app/MetadataResolver/Metadata.php +++ b/app/MetadataResolver/Metadata.php @@ -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; }