Skip to content

Commit f87010b

Browse files
committed
chore(model): [User] rename getContext to getCustomFieldContext method
1 parent 516c2fd commit f87010b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Classes/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function account(): BelongsTo
2525
return $this->belongsTo(Account::class);
2626
}
2727

28-
public function getContext(): Model
28+
public function getCustomFieldContext(): Model
2929
{
3030
return $this->account;
3131
}

0 commit comments

Comments
 (0)