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

Commit 9f70609

Browse files
committed
Fixed yii rbac/scan for Windows
1 parent 6f24d74 commit 9f70609

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ CHANGELOG for Yii2 STARTER PROJECT TEMPLATE
33

44
*should be replaced with real project changelog later*
55

6+
v0.9.4
7+
---------------------
8+
* Fix yii rbac/scan for Windows OS (SettingsController generated an error for some reason)
9+
610
v0.9.3
711
---------------------
812
* Fix './yii serve' command.

app/modules/admin/controllers/SettingsController.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
namespace app\modules\admin\controllers;
44

5-
use yii\filters\AccessControl;
6-
use yii\web\Controller;
7-
85
/**
96
* Class SettingsController
107
*

0 commit comments

Comments
 (0)