Skip to content

Commit

Permalink
config wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
yirius committed Jul 14, 2018
1 parent 03b5ca7 commit 1101311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
'upload' => [
'images' => [
'water' => Env::get("root_path") . "/public/logo.png",
'water' => false,
'validate' => [
'size' => 1024*1024,
'ext' => "jpg,png,gif,jpeg,do,bmp"
Expand Down

0 comments on commit 1101311

Please sign in to comment.