Skip to content

Commit

Permalink
fix: update obfuscationcode in models
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Jan 26, 2024
1 parent 2d24674 commit a677d85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Models/Dataset.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Dataset extends Model implements Auditable
'starred',
'location',
'is_public',
'url',
'obfuscationcode',
'description',
'type',
'uuid',
Expand Down
2 changes: 1 addition & 1 deletion app/Models/Project.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Project extends Model implements Auditable
'starred',
'location',
'is_public',
'url',
'obfuscationcode',
'description',
'type',
'uuid',
Expand Down
2 changes: 1 addition & 1 deletion app/Models/Study.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Study extends Model implements Auditable
'starred',
'location',
'is_public',
'url',
'obfuscationcode',
'description',
'type',
'uuid',
Expand Down

0 comments on commit a677d85

Please sign in to comment.