We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6323314 commit 4feb4a3Copy full SHA for 4feb4a3
framework/core/src/Frontend/Frontend.php
@@ -27,7 +27,7 @@ public function __construct(
27
) {
28
}
29
30
- public function content(callable $callback, int $priority): void
+ public function content(callable $callback, int $priority = 0): void
31
{
32
$this->content[] = compact('callback', 'priority');
33
0 commit comments