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

Commit 3cc13ec

Browse files
committed
Fixed PHPStorm refactor bad replacement, v2
1 parent 4ffd772 commit 3cc13ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ to access routes.
4848

4949
Simple GUI* interface to manage your roles and permissions.
5050

51-
<div class="alert alert-warning">
52-
\* Note: GUI still has alpha version features. Don't share access to this GUI to your clients!
51+
<div class="warning">
52+
**Note:** GUI still has alpha version features. Don't share access to this GUI to your clients!
5353
</div>
5454

5555
### Installation
@@ -135,7 +135,7 @@ php yii rbac/scan -p='@vendor/justcoded/yii2-rbac' -b='admin/rbac/'
135135

136136
To use graphical interface just follow the route you specified as base when scan routes / configure module.
137137

138-
<div class="alert alert-warning">
138+
<div class="warning">
139139
**Note:** Role Permissions selector is a hotfix solution, so it doesn't display proper tree structure when
140140
you move items between boxes.
141141
This will be fixed in next versions.

src/Module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace justcoded\yii2\src;
3+
namespace justcoded\yii2\rbac;
44

55

66
class Module extends \yii\base\Module

0 commit comments

Comments
 (0)