needsGeolocationUpdate()) { dispatch(new FillCoordsJob($model)); } }); } public static function disableGeolocation(): void { static::$geolocationEnabled = false; } public static function enableGeolocation(): void { static::$geolocationEnabled = true; } }