Commit ff8225c7 by Carsten Brandt

Merge pull request #4007 from qiansen1386/patch-7

guide mistake: suppose to be "role", not "name" I think.
parents c3882035 a4ed7919
......@@ -188,7 +188,7 @@ public function scenarios()
{
return [
'backend' => ['email', 'role'],
'frontend' => ['email', '!name'],
'frontend' => ['email', '!role'],
];
}
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment