Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class Bootstrap |
||
9 | { |
||
10 | /** |
||
11 | * @return object|ObjectManager |
||
12 | */ |
||
13 | public static function getObjectManager() |
||
14 | { |
||
15 | return GeneralUtility::makeInstance(ObjectManager::class); |
||
16 | } |
||
17 | |||
18 | /** |
||
19 | * @return ExtensionConfigurationInterface |
||
20 | */ |
||
21 | public static function getExtensionConfiguration() |
||
25 | ); |
||
26 | } |
||
28 |