Skip to content

Commit c186f69

Browse files
authored
Use make
1 parent 405cbd0 commit c186f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Algos/Result.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function toJson($options = 0): string
7777

7878
public function toFluent(): Fluent
7979
{
80-
return new Fluent($this->toArray());
80+
return Fluent::make($this->toArray());
8181
}
8282

8383
public function toArray(): array

0 commit comments

Comments
 (0)