We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7fa35 commit fd7fd30Copy full SHA for fd7fd30
src/Support/Html/Mixins/LinkElementMixin.php
@@ -10,7 +10,7 @@ class LinkElementMixin extends stdClass
10
{
11
public function link(?string $modifiers = null): mixed
12
13
- return function (string $route, array $parameters = [], ?string $modifiers = null) {
+ return function (string $route, mixed $parameters = [], ?string $modifiers = null) {
14
/** @var A $this */
15
$href = route($route, $parameters);
16
0 commit comments