traduccion pedido

This commit is contained in:
Alejandro Tasistro 2024-07-03 19:23:07 -03:00
parent dde8b7f826
commit 0045bc6f13
1 changed files with 1 additions and 1 deletions

View File

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