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

Commit f6cd0ff

Browse files
commit
1 parent 4babfe6 commit f6cd0ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OExcelReader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* @modify Putra Sudaryanto <putra@sudaryanto.id>
1010
* @copyright Copyright (c) 2017 Ommu Platform (opensource.ommu.co)
1111
* @created date 25 September 2017, 05:24 WIB
12-
* @link https://github.com/ommu/php-excel-reader
12+
* @link https://github.com/ommu/ommu-excel-reader
1313
* @contact (+62)856-299-4114
1414
*
1515
* A typical usage of OExcelReader is as follows:
1616
* <pre>
17-
* Yii::import('application.vendor.ommu.php-excel-reader.OExcelReader');
17+
* Yii::import('ext.php-excel-reader.OExcelReader');
1818
* $data=new OExcelReader('example.xls');
1919
* echo $data->dump(true,true);
2020
* </pre>

0 commit comments

Comments
 (0)