oms-Billing/Theme/Cli/bill-parsed.tpl.php
Dennis Eichhorn b36936274d
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
crash backup
2025-03-21 02:48:17 +00:00

4 lines
100 B
PHP
Executable File

<?php declare(strict_types=1);
echo \json_encode($this->data['bill'] ?? null, \JSON_PRETTY_PRINT);