From 7fb670ccd76eb7b4d08d25ab3d6e38f3e3cf044b Mon Sep 17 00:00:00 2001 From: Johnathan Douglas Date: Tue, 1 Aug 2023 21:44:22 -0300 Subject: [PATCH] readme --- README.md | 2 +- app/Tasks/PrimaryKey/ProductsBigInt1Task.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 194b685..f711181 100755 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Atualizar um campo ou mais, para o mesmo grupo. - [MassUpdate1](https://gitea.nteia.com/johdougss/laravel-performance/src/branch/main/app/Tasks/Mass/MassUpdate/Group1/MassUpdate1Task.php) - `using where` -- [MassUpdate2](https://gitea.nteia.com/johdougss/laravel-performance/src/branch/main/app/Tasks/Mass/MassUpdate/Group1/MassUpdate2Task.php) +- [MassUpdate2](/app/Tasks/Mass/MassUpdate/Group1/MassUpdate2Task.php) - `using whereIn` ### Result diff --git a/app/Tasks/PrimaryKey/ProductsBigInt1Task.php b/app/Tasks/PrimaryKey/ProductsBigInt1Task.php index 38e615e..acf837a 100644 --- a/app/Tasks/PrimaryKey/ProductsBigInt1Task.php +++ b/app/Tasks/PrimaryKey/ProductsBigInt1Task.php @@ -29,7 +29,6 @@ class ProductsBigInt1Task $products = ProductBigInt::factory($block)->make(); ProductBigInt::query()->insert($products->toArray()); - $count -= $block; } }