Skip to content

Commit ebf5e21

Browse files
author
Franck
committed
Add function addCell
1 parent 024fdf9 commit ebf5e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/Element/AbstractContainer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function __call($function, $args)
8787
'ListItem', 'ListItemRun', 'Table', 'Image', 'Object', 'OLEObject',
8888
'Footnote', 'Endnote', 'CheckBox', 'TextBox', 'Field',
8989
'Line', 'Shape', 'Title', 'TOC', 'PageBreak',
90-
'Chart', 'FormField', 'SDT', 'Comment',
90+
'Chart', 'FormField', 'SDT', 'Comment', 'Cell'
9191
];
9292
$functions = [];
9393
foreach ($elements as $element) {

0 commit comments

Comments
 (0)