@@ -139,7 +139,7 @@ |
||
139 | 139 | return $this; |
140 | 140 | } |
141 | 141 | |
142 | - [ $scope, $args ] = explode(':', $scope); |
|
142 | + [$scope, $args] = explode(':', $scope); |
|
143 | 143 | |
144 | 144 | if ($scope == Grid\Exporter::SCOPE_CURRENT_PAGE) { |
145 | 145 | $this->grid->model()->usePaginate(true); |