Skip to content

Commit

Permalink
remove redundant var
Browse files Browse the repository at this point in the history
  • Loading branch information
matfish3 committed Jan 27, 2024
1 parent 88d11a0 commit f4af18f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Schedule/SchedulesCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

class SchedulesCollection extends Collection
{
protected array $schedules;

public function command(string $command): Schedule
{
$schedule = new Schedule($command);
Expand Down

0 comments on commit f4af18f

Please sign in to comment.