Skip to content

Commit

Permalink
Adicionado todos os tipos de registros 88 no bloco 8
Browse files Browse the repository at this point in the history
  • Loading branch information
smallsoft-gustavo committed Sep 30, 2021
1 parent 93d6392 commit 001d7df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Blocks/Block8.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,12 @@ final class Block8 extends Block implements BlockInterface
public $elements = [
'z85' => ['class' => Elements\Z85::class, 'level' => 0, 'type' => 'single'],
'z86' => ['class' => Elements\Z86::class, 'level' => 0, 'type' => 'single'],

'z88DV' => ['class' => Elements\Z88DV::class, 'level' => 0, 'type' => 'single'],
'z88EAN' => ['class' => Elements\Z88EAN::class, 'level' => 0, 'type' => 'single'],
'z88SME' => ['class' => Elements\Z88SME::class, 'level' => 0, 'type' => 'single'],
'z88SMS' => ['class' => Elements\Z88SMS::class, 'level' => 0, 'type' => 'single'],
'z88STES' => ['class' => Elements\Z88STES::class, 'level' => 0, 'type' => 'single'],
'z88STITNF' => ['class' => Elements\Z88STITNF::class, 'level' => 0, 'type' => 'single'],
];
}

0 comments on commit 001d7df

Please sign in to comment.