Skip to content

Commit 8729f52

Browse files
committed
fix
1 parent 046d126 commit 8729f52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/FormsPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function __construct(
5555
* @param string $name
5656
* @return object
5757
*/
58-
public function __invoke(string $name = null): object
58+
public function __invoke(string $name = null)
5959
{
6060
if (is_null($name)) {
6161
return $this;

0 commit comments

Comments
 (0)