kopia lustrzana https://github.com/pixelfed/pixelfed
Update Like model
rodzic
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()
|
||||
{
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue