traduccion pedido

This commit is contained in:
Alejandro Tasistro 2024-07-03 19:23:07 -03:00
parent dde8b7f826
commit 0045bc6f13

View file

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