Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
25 | protected function getSecurityPlugins(): array |
||
26 | { |
||
27 | return [ |
||
28 | new ZedUserSessionHandlerSecurityPlugin(), |
||
29 | new ZedSystemUserSecurityPlugin(), |
||
30 | new ZedUserSecurityPlugin(), |
||
31 | new ZedOauthUserSecurityPlugin(), |
||
32 | new ZedValidateSessionUserSecurityPlugin(), |
||
33 | new SaveSessionUserSecurityPlugin(), |
||
34 | ]; |
||
37 |