From 7537286d3ac87f558b44a2e810317efbede98063 Mon Sep 17 00:00:00 2001 From: ok236449 Date: Fri, 14 Oct 2022 21:30:07 +0200 Subject: [PATCH] actually fixing it... --- app/Models/PartnerDiscount.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/PartnerDiscount.php b/app/Models/PartnerDiscount.php index 2917c486..c2bea233 100644 --- a/app/Models/PartnerDiscount.php +++ b/app/Models/PartnerDiscount.php @@ -29,6 +29,7 @@ class PartnerDiscount extends Model } return 0; } + return 0; } public static function getCommission($user_id) {