From 60923af8978dc9f452e6057d2ece7395afe43c8e Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 26 Aug 2018 00:00:20 -0600 Subject: [PATCH] Update Report model --- app/Report.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Report.php b/app/Report.php index 879a8df36..495f400ed 100644 --- a/app/Report.php +++ b/app/Report.php @@ -6,6 +6,8 @@ use Illuminate\Database\Eloquent\Model; class Report extends Model { + protected $dates = ['admin_seen']; + public function url() { return url('/i/admin/reports/show/' . $this->id);