Skip to content

Commit 89504ed

Browse files
committed
Update Perimeter.php
1 parent eb2b69d commit 89504ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Perimeters/Perimeter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function query(Closure $queryCallback): self
106106
*
107107
* @return static A new instance of the current class.
108108
*/
109-
public static function new()
109+
public static function new(): static
110110
{
111111
return new static();
112112
}

0 commit comments

Comments
 (0)