mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-22 00:09:59 +01:00
commit
b013b01309
@ -108,7 +108,7 @@ class Address extends \Faker\Provider\Base
|
||||
*/
|
||||
public static function latitude()
|
||||
{
|
||||
return number_format(mt_rand(-180000000, 180000000)/1000000, 6);
|
||||
return number_format(mt_rand(-90000000, 90000000)/1000000, 6);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user