Skip to content

Commit e5c18d3

Browse files
committed
Fix #32.
1 parent 7a364fa commit e5c18d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Matrix.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ final public function map(callable $callback): self
152152
$literal[] = $row;
153153
}
154154

155-
return new static($literal);
155+
return new self($literal);
156156
}
157157

158158
/**

0 commit comments

Comments
 (0)