mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-13 14:58:41 +00:00
4 lines
100 B
PHP
4 lines
100 B
PHP
<?php declare(strict_types=1);
|
|
|
|
echo \json_encode($this->data['bill'] ?? null, \JSON_PRETTY_PRINT);
|