mirror of
https://gh.wpcy.net/https://github.com/LJPc-solutions/freescout-calendar-module.git
synced 2026-07-17 06:03:10 +08:00
11 lines
No EOL
108 B
PHP
11 lines
No EOL
108 B
PHP
<?php
|
|
|
|
use Dallgoot\Yaml\Types\Compact;
|
|
|
|
|
|
$o = new \stdClass;
|
|
|
|
$o->key1 = new Compact([1,2,3]);
|
|
|
|
|
|
return $o; |