mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update Like model
This commit is contained in:
parent
487b3dc412
commit
3b7127ba32
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ class Like extends Model
|
|||
* @var array
|
||||
*/
|
||||
protected $dates = ['deleted_at'];
|
||||
protected $fillable = ['profile_id', 'status_id'];
|
||||
|
||||
public function actor()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue