Add function insert name and translation into DB

This commit is contained in:
paoloGuagnano
2024-02-06 18:52:27 +01:00
parent 2d6b1bf96a
commit f0746b67f5
8 changed files with 86 additions and 5 deletions

View File

@@ -8,4 +8,5 @@ use Illuminate\Database\Eloquent\Model;
class Word extends Model
{
use HasFactory;
}