Skip to content

Commit 3c3dd0e

Browse files
authored
Merge pull request #8 from lara-zeus/add-enums-trait
Add enums trait
2 parents a9ad994 + 4f01821 commit 3c3dd0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Concerns/HasEnums.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ trait HasEnums
88

99
public function enums(array $enums): static
1010
{
11-
// test test test test
1211
$this->enums = $enums;
1312

1413
return $this;

0 commit comments

Comments
 (0)