Skip to content

Commit

Permalink
hotfix: Hide value on vault props
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz authored Oct 17, 2024
1 parent a3ea2d9 commit 8245c56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Models/UserSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ class UserSettings extends Model
use UsesUuid;

protected $fillable = ['server_id', 'user_id', 'name', 'value'];

protected $hidden = ['value'];
}

0 comments on commit 8245c56

Please sign in to comment.