Skip to content

Commit 43a00b1

Browse files
committed
Renamed sample files.
1 parent 57f330c commit 43a00b1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

samples/Sample_03_TemplateCloneRow.php renamed to samples/Sample_07_TemplateCloneRow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
$PHPWord = new PHPWord();
55

6-
$document = $PHPWord->loadTemplate('Sample_03_TemplateCloneRow.docx');
6+
$document = $PHPWord->loadTemplate('Sample_07_TemplateCloneRow.docx');
77

88
// Simple table
99
$document->cloneRow('rowValue', 10);

0 commit comments

Comments
 (0)