mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-04 10:38:42 +00:00
4 lines
103 B
PHP
Executable File
4 lines
103 B
PHP
Executable File
<?php declare(strict_types=1);
|
|
|
|
echo \json_encode($this->getData('bill') ?? null, \JSON_PRETTY_PRINT);
|