diff --git a/app/Models/Cloudflare/API/RecordModel.php b/app/Models/Cloudflare/API/RecordModel.php index 50102db..492faad 100644 --- a/app/Models/Cloudflare/API/RecordModel.php +++ b/app/Models/Cloudflare/API/RecordModel.php @@ -76,7 +76,7 @@ class RecordModel extends Model } public function getEntitysByZone(ZoneEntity $zone) { - return $this->getEntitys([self::PARENT_FIELD, $zone->getPrimaryKey()]); + return $this->getEntitys([self::PARENT_FIELD => $zone->getPrimaryKey()]); } //Index 검색어용