|
@@ -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()).'~~'.
|