Skip to content

Commit 4470a04

Browse files
committed
wrong namespace
1 parent 5bf7629 commit 4470a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/Writer/Word2007/Style/AbstractStyle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ protected function getGlobalStyle($styleName)
100100
return $this->phpWord->getStyle($styleName);
101101
}
102102

103-
return \PhpOffice\Style::getStyle($styleName);
103+
return \PhpOffice\PhpWord\Style::getStyle($styleName);
104104
}
105105

106106
/**

0 commit comments

Comments
 (0)