feat : city
This commit is contained in:
@@ -33,9 +33,9 @@ class CityCache
|
||||
public function getCityList(int $deep = -1): array
|
||||
{
|
||||
$type = match ($deep) {
|
||||
1 => 'province',
|
||||
2 => 'city',
|
||||
3 => 'district',
|
||||
0 => 'province',
|
||||
1 => 'city',
|
||||
2 => 'district',
|
||||
default => 'all',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user