| 1 | <?php namespace Limoncello\Application\Packages\Csrf; |
||
| 25 | class CsrfProvider extends CsrfMinimalProvider implements MI, CCI |
||
| 26 | { |
||
| 27 | /** |
||
| 28 | * @inheritdoc |
||
| 29 | */ |
||
| 30 | 1 | public static function getContainerConfigurators(): array |
|
| 36 | |||
| 37 | /** |
||
| 38 | * @inheritdoc |
||
| 39 | */ |
||
| 40 | 1 | public static function getMiddleware(): array |
|
| 46 | } |
||
| 47 |