Instead of having to do `Barcoder::code128($data)->hideLabel()->toSvg()` every time, I should be able to do it just once. ```php Barcoder::hideLabel(); ```