Skip to content

Commit d933099

Browse files
committed
fix(expr): static ::instance()
1 parent 48eef4a commit d933099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Expression.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function __construct(SegmentChecker $checker = null)
7272
}
7373
}
7474

75-
public function instance()
75+
public static function instance()
7676
{
7777
if (null === static::$instance) {
7878
static::$instance = new static;

0 commit comments

Comments
 (0)