mirror of https://github.com/pixelfed/pixelfed.git
Update Like model
This commit is contained in:
parent
487b3dc412
commit
3b7127ba32
|
@ -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 New Issue