parent
bf0e5cc8bb
commit
5af85ae589
|
|
@ -18,6 +18,10 @@ class GetEntrySeatingResult
|
|||
|
||||
public function getResult(Entry $entry): string
|
||||
{
|
||||
if ($entry->hasFlag('failed_prelim')) {
|
||||
return 'Failed Prelim';
|
||||
}
|
||||
|
||||
if ($entry->hasFlag('no_show')) {
|
||||
return 'No Show';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue