Egor Gruzdev

Results 4 comments of Egor Gruzdev

хорошо, я посмотрю и может сразу на 10.x делать?

[https://github.com/lazychaser/laravel-nestedset#default-order](https://github.com/lazychaser/laravel-nestedset#default-order) Example breadcrumbs in docs [https://github.com/lazychaser/laravel-nestedset#ancestors-and-descendants](https://github.com/lazychaser/laravel-nestedset#ancestors-and-descendants)

Found: /src/Mapper/XmlModelMapper.php (version 2.2.16) line 270 ``` $elementXml = ''; ``` replace ``` $elementXml = ''; ``` but how to pass the encoding if you do not need utf-8

Or: ```php /** * @return string */ public function toXml() { $mapper = new XmlModelMapper(); return $mapper->unmap($this); } ``` replace ```php /** * @return string */ public function toXml() {...