(NFC) Update CRM/SMS/ CRM/UF/ CRM/Upgrade/ CRM/Tag/ to be up to speed with the new...
[civicrm-core.git] / CRM / Upgrade / Incremental / php / FiveTwelve.php
index 8202582bb4cb07b4dfba6662e38a4cf88be6f362..4b24d588936a1a6e5b738c6b4402fb054aced3ca 100644 (file)
@@ -85,8 +85,8 @@ class CRM_Upgrade_Incremental_php_FiveTwelve extends CRM_Upgrade_Incremental_Bas
     $this->addTask('Update smart groups where jcalendar fields have been converted to datepicker', 'updateSmartGroups', [
       'datepickerConversion' => [
         'age_asof_date',
-        'activity_date_time'
-      ]
+        'activity_date_time',
+      ],
     ]);
   }