Update Like model

pull/547/head
Daniel Supernault 6 years ago
parent 487b3dc412
commit 3b7127ba32
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save