We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb09c5 commit f5852abCopy full SHA for f5852ab
src/PhpPresentation/Writer/PowerPoint2007/PptSlideMasters.php
@@ -31,7 +31,6 @@ public function render()
31
if ($oBkgImage instanceof Image) {
32
$this->oZip->addFromString('ppt/media/' . $oBkgImage->getIndexedFilename($oMasterSlide->getRelsIndex()), file_get_contents($oBkgImage->getPath()));
33
}
34
-
35
36
37
return $this->oZip;
0 commit comments