mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Added Name to example
This commit is contained in:
parent
849038a60b
commit
3ae8838285
@ -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'
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user