Browse Source

国家语言

moshaorui 4 months ago
parent
commit
41408c915a
1 changed files with 1 additions and 1 deletions
  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;
     }
 }