cerebrate/templates/Instance/topology.php

5 lines
80 B
PHP
Raw Normal View History

2023-10-05 11:29:31 +02:00
<?php
echo $this->element('genericElements/mermaid', [
'data' => $data,
]);