feature/columna-totales #4

Open
atasistro wants to merge 46 commits from feature/columna-totales into master
Showing only changes of commit 0045bc6f13 - Show all commits

View file

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