관리-도구
편집 파일: Insights.php
<?php declare(strict_types=1); namespace GeoIp2\Model; /** * Model class for the data returned by GeoIP2 Insights web service. * * See https://dev.maxmind.com/geoip/docs/web-services?lang=en for * more details. */ // phpcs:disable class Insights extends City {}