Skip to content

Commit

Permalink
Merge pull request #13 from lapig-ufg/develop
Browse files Browse the repository at this point in the history
+ FAQ sequence editor
  • Loading branch information
James-jamames authored Jan 17, 2024
2 parents ab48ebf + 4737778 commit cf7a896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/app/Models/FAQ.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class FAQ extends Model
protected $table = "faq";

protected $fillable = [
'sequence',
'question',
'answer',
];
Expand Down

0 comments on commit cf7a896

Please sign in to comment.