diff --git a/app/Story.php b/app/Story.php index b80101aec..3e6c0266e 100644 --- a/app/Story.php +++ b/app/Story.php @@ -30,6 +30,8 @@ class Story extends Model protected $visible = ['id']; + protected $hidden = ['json']; + public function profile() { return $this->belongsTo(Profile::class);