Completed
Push — master ( ccdc3c...202605 )
by Andrii
04:16
created
src/ActiveQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -430,7 +430,7 @@
 block discarded – undo
430 430
         $result = $result ?: [];
431 431
 
432 432
 //        return $this->createCommand($db)->getList($options);
433
-        return $as_array ? ArrayHelper::map($result, 'gl_key', function ($o) {
433
+        return $as_array ? ArrayHelper::map($result, 'gl_key', function($o) {
434 434
             return Yii::t('app', $o->gl_value);
435 435
         }) : $result;
436 436
     }
Please login to merge, or discard this patch.