Browse Source

Update Report model

Daniel Supernault 7 năm trước cách đây
mục cha
commit
60923af897
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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);