mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-22 17:48:37 +08:00
Merge pull request #5759 from joshijitendra/patch-1
[ci skip] Fixed typo for "Uplaods" to "Uploads" on line 116
This commit is contained in:
@@ -113,7 +113,7 @@ $model->file->saveAs('uploads/' . $model->file->baseName . '.' . $model->file->e
|
||||
|
||||
If you're using "basic" application template then folder `uploads` should be created under `web`.
|
||||
|
||||
That's it. Load the page and try uploading. Uplaods should end up in `basic/web/uploads`.
|
||||
That's it. Load the page and try uploading. Uploads should end up in `basic/web/uploads`.
|
||||
|
||||
Additional information
|
||||
----------------------
|
||||
|
||||
Reference in New Issue
Block a user