Added automatic translation about the project.

This commit is contained in:
2025-02-09 21:39:18 +05:00
parent d8d17064d0
commit 844264fb62
10 changed files with 277 additions and 0 deletions
@@ -17,5 +17,6 @@ final class ProjectContent extends Model implements StorageContract
protected $fillable = [
'title',
'description',
'language_id',
];
}