score relation

This commit is contained in:
Russ Long 2022-08-08 21:22:43 -04:00
parent 3382de51d5
commit c9843c6404

View File

@ -14,7 +14,7 @@ class JudgeRelationManager extends RelationManager
{
protected static string $relationship = 'judge';
protected static ?string $recordTitleAttribute = 'judge';
protected static ?string $recordTitleAttribute = 'judge_number';
public static function form(Form $form): Form
{