1.3 from staging #5

Merged
Belupeti merged 6 commits from dev into master 2026-08-22 10:16:40 +02:00
Showing only changes of commit 6ac21fc4ca - Show all commits
+4
View File
@@ -11,4 +11,8 @@ class TlaSuggestion extends Model
protected $table = 'tla_suggestion'; protected $table = 'tla_suggestion';
protected $fillable = ['acronym', 'hint', 'language', 'context', 'submitter']; protected $fillable = ['acronym', 'hint', 'language', 'context', 'submitter'];
public static function ApproveTla() {
$tla = new Tla();
}
} }