traduccion region

This commit is contained in:
Alejandro Tasistro 2024-07-03 19:23:19 -03:00
parent 8e0ac9953d
commit 2a35fd85a9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class Region extends Model
* @var array<int, string> * @var array<int, string>
*/ */
protected $fillable = [ protected $fillable = [
'name', 'nombre',
]; ];
/** /**