Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Nov 1, 2022
1 parent 5614ebf commit c9ce99f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1935,7 +1935,7 @@ public function child()

$files = $xml->addChild('files');
$files->addChild('filename', 'templateDetails.xml');
$files->addChild('folder','html');
$files->addChild('folder', 'html');

// Media folder
$media = $xml->addChild('media');
Expand Down

0 comments on commit c9ce99f

Please sign in to comment.