mirror of
https://gh.wpcy.net/https://github.com/LJPc-solutions/freescout-calendar-module.git
synced 2026-07-17 08:49:52 +08:00
9 lines
No EOL
128 B
PHP
9 lines
No EOL
128 B
PHP
<?php
|
|
|
|
use Dallgoot\Yaml\Types\YamlObject;
|
|
|
|
$yaml = new YamlObject(0);
|
|
|
|
$yaml->key = new \DateTime('2000-01-01');
|
|
|
|
return $yaml; |