Skip to content

Commit b881461

Browse files
committed
removed import, and updated versions in composer.json
1 parent 0e65bef commit b881461

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "matejch/yii2-page-guide",
33
"description": "Ability to add guide to pages for user orientation",
44
"type": "yii2-extension",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"keywords": ["yii2","extension","guide"],
77
"license": "MIT",
88
"authors": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yii2-page-guide",
3-
"version": "1.0.0",
3+
"version": "1.1.1",
44
"description": "Page guide extension\r ====================\r Ability to add guide to pages for user orientation",
55
"main": "",
66
"scripts": {

src/controllers/PageGuideController.php

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use yii\data\ActiveDataProvider;
88
use yii\filters\AccessControl;
99
use yii\filters\VerbFilter;
10-
use yii\helpers\Json;
1110
use yii\web\Controller;
1211
use yii\web\NotFoundHttpException;
1312

0 commit comments

Comments
 (0)