You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ To access the module, you need to add the following code to your application con
50
50
],
51
51
]
52
52
```
53
-
>**NOTE:** Module id must be `comment` and not otherwise. This is because it is referred (somewhere)[https://github.com/yii2mod/yii2-comments/blob/master/traits/ModuleTrait.php#L20] in the code with such name. A PR to fix it to use configured module id is welcome.
53
+
>**NOTE:** Module id must be `comment` and not otherwise. This is because it is referred [somewhere](https://github.com/yii2mod/yii2-comments/blob/master/traits/ModuleTrait.php#L20) in the code with such name. A PR to fix it to use configured module id is welcome.
54
54
55
55
Now you can access to management section through the following URL:
0 commit comments