]> git.mxchange.org Git - friendica.git/blob - tests/datasets/config/transformer/object.node.config.php
Merge pull request #13070 from xundeenergie/fix-share-via
[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 ];