Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulotruta committed Dec 8, 2024
1 parent 6d313fc commit 3242f01
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/src/Repository/OptionRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,11 @@ public function findBrowserDevStatus(): ?string
public function findBrowserDevPassword(): ?string
{
return $this->findOption('BROWSERDEV_PASSWORD');
<<<<<<< Updated upstream
=======
}

public function findBrowserDevUrl(): ?string
{
return $this->findOption('BROWSERDEV_URL');
>>>>>>> Stashed changes
}

private function findOption(string $name)
Expand Down

0 comments on commit 3242f01

Please sign in to comment.