Commit 7f419cb
committed
minor #17443 Minor deletion (ThomasLandauer)
This PR was merged into the 5.4 branch.
Discussion
----------
Minor deletion
Reason: The other providers don't have to be of different types (or do they?)
TODO: PHP & XML config is missing. I could provide (what a pun!) PHP, but I don't know XML.
```php
$security->provider('chain_provider')
->chain()->providers(['legacy_users', 'users', 'backend_users'])
;
```
Commits
-------
e9e5086 Minor deletion1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
244 | | - | |
| 243 | + | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
0 commit comments