Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Sep 16, 2019
1 parent 58a9ee7 commit 21bd685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/User.php
Expand Up @@ -202,7 +202,7 @@ public function rules()
'skipOnEmpty' => false,
'extensions' => ['jpg', 'jpeg', 'gif', 'png'],
'maxFiles' => 1,
'maxSize' => 1024 * 1024 * 1,
'maxSize' => 1024 * 1024 * 5,
'minSize' => 1024,
],

Expand Down

0 comments on commit 21bd685

Please sign in to comment.