1 | <?php |
||
26 | class WBWAdminBSBBundle extends Bundle implements AssetsProviderInterface, SkeletonProviderInterface { |
||
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | public function getAssetsRelativeDirectory(): string { |
||
34 | |||
35 | /** |
||
36 | * {@inheritDoc} |
||
37 | */ |
||
38 | public function getContainerExtension(): Extension { |
||
41 | |||
42 | /** |
||
43 | * {@inheritDoc} |
||
44 | */ |
||
45 | public function getSkeletonRelativeDirectory(): string { |
||
48 | } |
||
49 |