Update Activity model, add fillable attribute

pull/2155/head
Daniel Supernault 6 years ago
parent eed00998be
commit ef575ed483
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save