]\/[ ]\/[ ]_ 1357

Results 1 issues of ]\/[ ]\/[ ]_ 1357

I'm doing this: include('barcode.php'); $generator = new barcode_generator(); $svg = $generator->render_svg('code-128', '13123'); echo $svg; And I'm getting this error: Uncaught Error: Call to a member function render_svg() on null If...