diff --git a/src/Livewire/Concerns/WithSteps.php b/src/Livewire/Concerns/WithSteps.php index 2ca26c09..36006b93 100644 --- a/src/Livewire/Concerns/WithSteps.php +++ b/src/Livewire/Concerns/WithSteps.php @@ -11,7 +11,6 @@ trait WithSteps { - // TODO: Rename to $currentStepName? public int $currentStep = 1; #[Computed] @@ -41,7 +40,6 @@ public function steps(): Collection }); } - // TODO: Make this a computed property? public function currentStep(): Step { return throw_unless(