Fix a problem where voucherify campaign vouchers limit not displaying with correct info for the month

This commit is contained in:
Dillon Ngo
2024-08-04 03:22:53 +08:00
parent bdf0a3afeb
commit 8973e7b50f
7 changed files with 8 additions and 8 deletions
@@ -8,5 +8,5 @@ use Illuminate\Database\Eloquent\Relations\MorphMany;
interface KeyValueInterface
{
public function attributes(): morphMany;
public function attributesKVP(): morphMany;
}