belongsTo(ActivityLog::class); } public function subject() { return $this->morphTo()->withTrashed(); } }