Răsfoiți Sursa

Update Activity model, add fillable attribute

Daniel Supernault 5 ani în urmă
părinte
comite
ef575ed483
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      app/Activity.php

+ 1 - 0
app/Activity.php

@@ -7,6 +7,7 @@ use Illuminate\Database\Eloquent\Model;
 class Activity extends Model
 {
     protected $dates = ['processed_at'];
+    protected $fillable = ['*'];
 
 	public function toProfile()
 	{