瀏覽代碼

Update Report model

Daniel Supernault 6 年之前
父節點
當前提交
60923af897
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/Report.php

+ 2 - 0
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);