| 1 | <?php namespace Limoncello\Templates\Package; |
||
| 26 | class TwigTemplatesProvider implements ProvidesContainerConfiguratorsInterface, ProvidesCommandsInterface |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * @inheritdoc |
||
| 30 | */ |
||
| 31 | 1 | public static function getContainerConfigurators(): array |
|
| 37 | |||
| 38 | /** |
||
| 39 | * @inheritdoc |
||
| 40 | */ |
||
| 41 | 1 | public static function getCommands(): array |
|
| 47 | } |
||
| 48 |