Skip to content

Commit 58bd703

Browse files
committed
Merge branch 'standaniels-patch-2' into develop
2 parents 686233c + d43d87a commit 58bd703

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Views/Filter.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ public function __construct(string $name, string $key = null)
3434
}
3535
}
3636

37+
/**
38+
* @return static
39+
*/
3740
public static function make(string $name, string $key = null): Filter
3841
{
3942
return new static($name, $key);

0 commit comments

Comments
 (0)