Skip to content

Commit

Permalink
fix(regression): unnecessary breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Nov 15, 2024
1 parent 6323314 commit 4feb4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/src/Frontend/Frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function __construct(
) {
}

public function content(callable $callback, int $priority): void
public function content(callable $callback, int $priority = 0): void
{
$this->content[] = compact('callback', 'priority');
}
Expand Down

0 comments on commit 4feb4a3

Please sign in to comment.