fix some stuff
Build / Build-image (push) Successful in 1m9s

This commit is contained in:
2026-08-21 10:47:26 +02:00
parent 853498e9ac
commit 73b0f6527a
14 changed files with 312 additions and 40 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class Tla extends Model
use HasFactory;
protected $fillable = ['acronym', 'hint', 'language', 'used', 'context', 'likes', 'dislikes'];
protected $fillable = ['acronym', 'hint', 'language', 'used', 'context', 'submitter', 'likes', 'dislikes'];
public static function GetCurrentTla( string $language ) : Tla {
$tla = Tla::where('used', date("Y-m-d"))