Skip to content

Commit 4f01821

Browse files
committed
Update HasEnums.php
1 parent 32f50b0 commit 4f01821

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)