mirror of
https://gh.wpcy.net/https://github.com/LJPc-solutions/freescout-calendar-module.git
synced 2026-07-16 07:34:21 +08:00
6 lines
No EOL
73 B
PHP
6 lines
No EOL
73 B
PHP
<?php
|
|
|
|
$yaml = new \stdClass;
|
|
$yaml->prop = "my property";
|
|
|
|
return $yaml; |