mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-29 17:53:16 +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
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $dates = ['deleted_at'];
|
protected $dates = ['deleted_at'];
|
||||||
|
protected $fillable = ['profile_id', 'status_id'];
|
||||||
|
|
||||||
public function actor()
|
public function actor()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue