mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #1623 from owncloud/ledfan_underscores
Add 2 underscoed instead of none
This commit is contained in:
@@ -542,7 +542,7 @@ Creating a custom XMLResponse class could look like this:
|
||||
|
||||
private $xml;
|
||||
|
||||
public function construct(array $xml) {
|
||||
public function __construct(array $xml) {
|
||||
$this->addHeader('Content-Type', 'application/xml');
|
||||
$this->xml = $xml;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user