1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Update Like model

This commit is contained in:
Daniel Supernault 2018-11-03 21:18:54 -06:00
parent 487b3dc412
commit 3b7127ba32
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -15,6 +15,7 @@ class Like extends Model
* @var array
*/
protected $dates = ['deleted_at'];
protected $fillable = ['profile_id', 'status_id'];
public function actor()
{