Skip to content

Commit

Permalink
Update DockerContainer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Jun 29, 2022
1 parent f9a4956 commit da89a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DockerContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function shell(string $shell): self
return $this;
}

public function network(?string $network): self
public function network(string $network): self
{
$this->network = $network;

Expand Down

0 comments on commit da89a9d

Please sign in to comment.