]> git.mxchange.org Git - friendica.git/blob - tests/datasets/config/transformer/object.node.config.php
Config: Improve the node.config.php transformation
[friendica.git] / tests / datasets / config / transformer / object.node.config.php
1 <?php
2
3 return [
4         'object' => [
5                 'objects_not_supported' => new stdClass(),
6         ],
7 ];