Skip to content

Commit a651bcb

Browse files
committed
ResultStatus HasColor
1 parent ad016b6 commit a651bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Enums/ResultStatus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Filament\Support\Contracts\HasColor;
66
use Filament\Support\Contracts\HasLabel;
77

8-
enum ResultStatus: string implements HasLabel, HasColor
8+
enum ResultStatus: string implements HasColor, HasLabel
99
{
1010
case Completed = 'completed'; // a speedtest that ran successfully.
1111
case Failed = 'failed'; // a speedtest that failed to run successfully.

0 commit comments

Comments
 (0)