mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update Activity model, add fillable attribute
This commit is contained in:
parent
eed00998be
commit
ef575ed483
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ use Illuminate\Database\Eloquent\Model;
|
|||
class Activity extends Model
|
||||
{
|
||||
protected $dates = ['processed_at'];
|
||||
protected $fillable = ['*'];
|
||||
|
||||
public function toProfile()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue