5 lines
80 B
PHP
5 lines
80 B
PHP
|
<?php
|
||
|
echo $this->element('genericElements/mermaid', [
|
||
|
'data' => $data,
|
||
|
]);
|