= 3 лет назад
Родитель
Сommit
25940fad68
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Console/Commands/clientsToGsheet.php

+ 1 - 1
app/Console/Commands/clientsToGsheet.php

@@ -114,7 +114,7 @@ class clientsToGsheet extends Command
 			'Default Na Engagement Assessment Status'
         ];
 
-        Client::whereNull('shadow_pro_id')->chunk(function($clients) use ($values){
+        Client::whereNull('shadow_pro_id')->chunk(1, function($clients) use (&$values){
             foreach($clients as $patient){
                 $patientStr =($patient->chart_number).'~~'.
                 ($patient->displayName()).'~~'.