Skip to content

Commit 7bb1b67

Browse files
Update Factory.php
1 parent a9d53cc commit 7bb1b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function withOrganization(?string $organization): self
8484
*/
8585
public function withProject(?string $project): self
8686
{
87-
$this->project = project;
87+
$this->project = $project;
8888

8989
return $this;
9090
}

0 commit comments

Comments
 (0)