Skip to content

Commit 4feb4a3

Browse files
committed
fix(regression): unnecessary breaking change
1 parent 6323314 commit 4feb4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/core/src/Frontend/Frontend.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function __construct(
2727
) {
2828
}
2929

30-
public function content(callable $callback, int $priority): void
30+
public function content(callable $callback, int $priority = 0): void
3131
{
3232
$this->content[] = compact('callback', 'priority');
3333
}

0 commit comments

Comments
 (0)