Skip to content

Commit da89a9d

Browse files
authored
Update DockerContainer.php
1 parent f9a4956 commit da89a9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DockerContainer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function shell(string $shell): self
9191
return $this;
9292
}
9393

94-
public function network(?string $network): self
94+
public function network(string $network): self
9595
{
9696
$this->network = $network;
9797

0 commit comments

Comments
 (0)