Skip to content

Commit 992d842

Browse files
committed
fix
1 parent f73beaa commit 992d842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/PhpWord.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class PhpWord
9595
public function __construct()
9696
{
9797
// Reset Media and styles
98-
Media::resetStyles();
98+
Media::resetElements();
9999
Style::resetStyles();
100100

101101
// Collection

0 commit comments

Comments
 (0)