From 432af5b82c942ae006b7a23021e451830f100609 Mon Sep 17 00:00:00 2001 From: Zach Date: Sat, 31 May 2025 09:22:32 -0700 Subject: [PATCH] fix relation conflict --- models/Redirect.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/models/Redirect.php b/models/Redirect.php index d5fd2f1..3f6d085 100644 --- a/models/Redirect.php +++ b/models/Redirect.php @@ -209,11 +209,6 @@ public function isMatchTypeRegex(): bool return $this->attributes['match_type'] === self::TYPE_REGEX; } - public function clients(): HasMany - { - return $this->hasMany(Client::class); - } - public function setSortableOrder($itemIds, array $itemOrders = null): void { $itemIds = array_map(static function ($itemId) {