Added Name to example

This commit is contained in:
Gorrie Coe 2017-12-12 14:40:34 +13:00 committed by GitHub
parent 849038a60b
commit 3ae8838285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,7 @@ SilverStripe\Core\Injector\Injector:
If there is no authenticator registered, `Authenticator` will try to fall back on the default provided authenticator (`default`), which can be changed using the following config, replacing the MemberAuthenticator with your authenticator:
```yaml
---
Name: MyAuth
After:
- '#coresecurity'
---