From 6f710e5b4f21417c6482666ad1c9459890884fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tolga=20Can=20G=C3=BCnel?= Date: Mon, 20 Jan 2025 15:12:02 +0300 Subject: [PATCH] Update Activity.php relId and relModel was not fillable. --- src/App/Models/Activity.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App/Models/Activity.php b/src/App/Models/Activity.php index 070d339..e303eb7 100644 --- a/src/App/Models/Activity.php +++ b/src/App/Models/Activity.php @@ -55,6 +55,8 @@ class Activity extends Model 'locale', 'referer', 'methodType', + 'relId', + 'relModel', ]; /**