| 1 | <?php namespace Limoncello\Application\Packages\Session; |
||
| 26 | class SessionProvider implements SI, CCI, MI |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * @inheritdoc |
||
| 30 | */ |
||
| 31 | public static function getContainerConfigurators(): array |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @inheritdoc |
||
| 40 | */ |
||
| 41 | public static function getMiddleware(): array |
||
| 47 | |||
| 48 | /** |
||
| 49 | * @inheritdoc |
||
| 50 | */ |
||
| 51 | public static function getSettings(): array |
||
| 57 | } |
||
| 58 |