Skip to content

Commit

Permalink
Update intro-upgrade-from-v1.md
Browse files Browse the repository at this point in the history
I think it is a small mistake.
  • Loading branch information
qiansen1386 committed Jun 22, 2014
1 parent c388203 commit a4ed791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/intro-upgrade-from-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public function scenarios()
{
return [
'backend' => ['email', 'role'],
'frontend' => ['email', '!name'],
'frontend' => ['email', '!role'],
];
}
```
Expand Down

0 comments on commit a4ed791

Please sign in to comment.