Skip to content

Commit 46a3472

Browse files
Update HtmlBuilder.php
1 parent ff4d128 commit 46a3472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Supports/HtmlBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ class HtmlBuilder
1717
Componentable::__call as componentCall;
1818
}
1919

20-
protected ?UrlGenerator $url;
20+
protected UrlGenerator $url;
2121

2222
protected Factory $view;
2323

24-
public function __construct(?UrlGenerator $url = null, Factory $view)
24+
public function __construct(UrlGenerator $url, Factory $view)
2525
{
2626
$this->url = $url;
2727
$this->view = $view;

0 commit comments

Comments
 (0)