Skip to content
This repository was archived by the owner on Sep 11, 2022. It is now read-only.

Commit 3173a4d

Browse files
commit
1 parent d9971f7 commit 3173a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OExcelReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* A typical usage of OExcelReader is as follows:
1616
* <pre>
17-
* Yii::import('application.vendors.ommu.php-excel-reader.OExcelReader');
17+
* Yii::import('application.vendor.ommu.php-excel-reader.OExcelReader');
1818
* $data=new OExcelReader('example.xls');
1919
* echo $data->dump(true,true);
2020
* </pre>

0 commit comments

Comments
 (0)