add tla suggestions resource (correct this time)
Build / Build-image (push) Successful in 1m11s

This commit is contained in:
2026-08-21 18:49:08 +02:00
parent 73b0f6527a
commit eca1bf138c
9 changed files with 71 additions and 189 deletions
+2
View File
@@ -3,9 +3,11 @@
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Factories\HasFactory;
class TlaSuggestion extends Model
{
use HasFactory;
protected $table = 'tla_suggestion';
protected $fillable = ['acronym', 'hint', 'language', 'context', 'submitter'];