diff options
Diffstat (limited to 'src/Structure/Instructions/Instrs/Table/ElemDrop.php')
| -rw-r--r-- | src/Structure/Instructions/Instrs/Table/ElemDrop.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Structure/Instructions/Instrs/Table/ElemDrop.php b/src/Structure/Instructions/Instrs/Table/ElemDrop.php index fcaf9ea..5b96fcd 100644 --- a/src/Structure/Instructions/Instrs/Table/ElemDrop.php +++ b/src/Structure/Instructions/Instrs/Table/ElemDrop.php @@ -9,7 +9,7 @@ use Nsfisis\Waddiwasi\Structure\Types\ElemIdx; final readonly class ElemDrop extends Instr { - public function __construct( + protected function __construct( public ElemIdx $elem, ) { } |
