add new button on admin
Build / Build-image (push) Successful in 1m8s

This commit is contained in:
2026-08-21 20:49:21 +02:00
parent eca1bf138c
commit 6ac21fc4ca
+4
View File
@@ -11,4 +11,8 @@ class TlaSuggestion extends Model
protected $table = 'tla_suggestion';
protected $fillable = ['acronym', 'hint', 'language', 'context', 'submitter'];
public static function ApproveTla() {
$tla = new Tla();
}
}