@@ -15,7 +15,7 @@ |
||
15 | 15 | 'user_id', 'plan_id', 'order_id', 'deny_after_subscription', 'version', 'product_id', 'support_ends_at', ]; |
16 | 16 | protected $dates = ['ends_at']; |
17 | 17 | protected static $logName = 'Subscription'; |
18 | - protected static $logAttributes = ['ends_at', 'update_ends_at', 'support_ends_at', 'user_id', 'plan_id', 'order_id', 'version', 'product_id']; |
|
18 | + protected static $logAttributes = ['ends_at', 'update_ends_at', 'support_ends_at', 'user_id', 'plan_id', 'order_id', 'version', 'product_id']; |
|
19 | 19 | protected static $logOnlyDirty = true; |
20 | 20 | |
21 | 21 | public function getDescriptionForEvent(string $eventName): string |