Skip to content

Commit

Permalink
Update ConsoleAccess.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexH-HankIT authored May 21, 2024
1 parent 4b2e2de commit 8fbd4b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ConsoleAccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ public function __construct(AdapterInterface $adapter)
$this->adapter = $adapter;
}

public function getAdapter(): AdapterInterface
{
return $this->adapter;
}

public function sudo(string $sudo = '/usr/bin/sudo')
{
$this->sudo = $sudo;
Expand Down

0 comments on commit 8fbd4b4

Please sign in to comment.