Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni committed Apr 25, 2024
1 parent f5dd122 commit 2dfd6bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Livewire/Concerns/WithSteps.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

trait WithSteps
{
// TODO: Rename to $currentStepName?
public int $currentStep = 1;

#[Computed]
Expand Down Expand Up @@ -41,7 +40,6 @@ public function steps(): Collection
});
}

// TODO: Make this a computed property?
public function currentStep(): Step
{
return throw_unless(
Expand Down

0 comments on commit 2dfd6bb

Please sign in to comment.