Skip to content

Commit

Permalink
fix the bugs while di:compile the codes
Browse files Browse the repository at this point in the history
  • Loading branch information
php-cuong committed Nov 21, 2017
1 parent fd6ca81 commit 5c4a990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Model/ResourceModel/Region/Grid/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @Author Ngo Quang Cuong <bestearnmoney87@gmail.com>
* @Date 2016-12-11 23:53:28
* @Last modified by: nquangcuong
* @Last Modified time: 2016-12-16 02:07:17
* @Last Modified time: 2017-11-22 03:03:03
*/

namespace PHPCuong\Region\Model\ResourceModel\Region\Grid;
Expand Down Expand Up @@ -44,7 +44,7 @@ public function __construct(
$eventObject,
$resourceModel,
$model = 'Magento\Framework\View\Element\UiComponent\DataProvider\Document',
$connection = null,
\Magento\Framework\DB\Adapter\AdapterInterface $connection = null,
\Magento\Framework\Model\ResourceModel\Db\AbstractDb $resource = null
)
{
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"magento/framework": "100.0.*|100.1.*|101.0.*"
},
"type": "magento2-module",
"version": "2.2.0",
"version": "2.2.1",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down

0 comments on commit 5c4a990

Please sign in to comment.