mirror of
https://github.com/friendica/friendica
synced 2025-02-07 00:58:51 +00:00
7 lines
106 B
PHP
7 lines
106 B
PHP
<?php
|
|
|
|
return [
|
|
'resource' => [
|
|
'resources_not_allowed' => new \GuzzleHttp\Psr7\AppendStream(),
|
|
],
|
|
];
|