Browse Source

国家语言

moshaorui 4 tháng trước cách đây
mục cha
commit
41408c915a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Admin/Repositories/BaseIso3166.php

+ 1 - 1
app/Admin/Repositories/BaseIso3166.php

@@ -33,6 +33,6 @@ class BaseIso3166 extends EloquentRepository
         if (empty($row)) {
             return '';
         }
-        return $row->country_alpha_2;
+        return $row->alpha_2;
     }
 }