Skip to content

Commit

Permalink
Merge pull request #3 from batkor/8.x-1.x
Browse files Browse the repository at this point in the history
add writeHeader in ResponceDate function
  • Loading branch information
Niklan committed Jul 6, 2018
2 parents 94999c4 + 7c0ee73 commit 22ee3f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/YandexYmlGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ protected function buildData(){
*/
public function getResponceData(){
$this->writer->openMemory();
$this->writeHeader();
$this->buildData();
return $this->writer->outputMemory();
}
Expand Down

0 comments on commit 22ee3f8

Please sign in to comment.