Skip to content

Commit b9df798

Browse files
made AnvilAction constructor final
1 parent 7cfb6ee commit b9df798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/block/anvil/AnvilAction.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
abstract class AnvilAction{
2929
protected int $xpCost = 0;
3030

31-
public function __construct(
31+
final public function __construct(
3232
protected Item $base,
3333
protected Item $material,
3434
protected ?string $customName

0 commit comments

Comments
 (0)