suggestion form development
Build / Build-image (push) Successful in 1m8s

This commit is contained in:
2026-08-21 09:22:41 +02:00
parent fb5f59027e
commit 853498e9ac
7 changed files with 91 additions and 51 deletions
+1 -1
View File
@@ -8,5 +8,5 @@ class TlaSuggestion extends Model
{
protected $table = 'tla_suggestion';
protected $fillable = ['acronym', 'hint', 'language', 'context'];
protected $fillable = ['acronym', 'hint', 'language', 'context', 'submitter'];
}