Skip to content

Commit

Permalink
Update Component.php
Browse files Browse the repository at this point in the history
No finals!
  • Loading branch information
deanmcpherson authored May 22, 2024
1 parent fc7e134 commit d43011a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct()
/**
* Render the component.
*/
final public function render(): mixed
public function render(): mixed
{
$alias = $this->getAlias();

Expand Down

0 comments on commit d43011a

Please sign in to comment.