mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fix whitespace.
This commit is contained in:
parent
a60a730e7e
commit
f53153b812
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class XmlView extends View {
|
||||||
$data = array($rootNode => array($serialize => $data));
|
$data = array($rootNode => array($serialize => $data));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return Xml::fromArray($data)->asXML();
|
return Xml::fromArray($data)->asXML();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue