Skip to content

Commit 9b0e736

Browse files
jrauh01nilmerg
authored andcommitted
Change method visibility to protected...
... because the parent function is also `protected`.
1 parent 8b5b987 commit 9b0e736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Widget/ButtonLink.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function createHrefAttribute(): ?Attribute
4141
return parent::createHrefAttribute();
4242
}
4343

44-
public function assemble(): void
44+
protected function assemble(): void
4545
{
4646
parent::assemble();
4747

0 commit comments

Comments
 (0)