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-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,11 +223,9 @@ How to use this extension in your own extension?
223
223
First of all, you should include dependency to the `yii2mod\yii2-scheduling` into your composer.json:
224
224
225
225
```
226
-
...
227
226
'require': {
228
-
"yii2mod/yii2-schedule": "*"
227
+
"yii2mod/yii2-scheduling": "*"
229
228
}
230
-
...
231
229
```
232
230
233
231
Next you should create bootstrapping class for your extension, as described in the http://www.yiiframework.com/doc-2.0/guide-structure-extensions.html#bootstrapping-classes
0 commit comments