Skip to content

Commit 873cfbc

Browse files
committed
update this code
1 parent ba685b0 commit 873cfbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Model/ResourceModel/Region/Grid/Collection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @Author Ngo Quang Cuong <bestearnmoney87@gmail.com>
66
* @Date 2016-12-11 23:53:28
77
* @Last modified by: nquangcuong
8-
* @Last Modified time: 2016-12-12 17:28:45
8+
* @Last Modified time: 2016-12-16 02:07:17
99
*/
1010

1111
namespace PHPCuong\Region\Model\ResourceModel\Region\Grid;
@@ -140,6 +140,6 @@ public function setTotalCount($totalCount)
140140
*/
141141
public function setItems(array $items = null)
142142
{
143-
//return $this;
143+
return $this;
144144
}
145145
}

0 commit comments

Comments
 (0)