Skip to content

Commit 4f8ff98

Browse files
authored
Merge pull request #17129 from grokability/fixes#17127-added-note-to-eula-api
Fixed #17127 - added note to EULA info
2 parents cbdf03a + d4fe81c commit 4f8ff98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ public function eulas()
562562
{
563563
return $this->hasMany(Actionlog::class, 'target_id')
564564
->with('item')
565-
->select(['id', 'target_id', 'target_type', 'action_type', 'filename', 'accept_signature', 'created_at'])
565+
->select(['id', 'target_id', 'target_type', 'action_type', 'filename', 'accept_signature', 'created_at', 'note'])
566566
->where('target_type', self::class)
567567
->where('action_type', 'accepted')
568568
->whereNotNull('filename')

0 commit comments

Comments
 (0)