1
0
Fork 0

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
1 changed files with 1 additions and 0 deletions

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()
{