... | ... |
@@ -22,12 +22,7 @@ final class Plugin implements BundlePluginInterface |
22 | 22 |
public function getBundles(ParserInterface $parser): array |
23 | 23 |
{ |
24 | 24 |
return [ |
25 |
- BundleConfig::create(vonRotenbergScrollanimationBundle::class) |
|
26 |
- ->setLoadAfter( |
|
27 |
- [ |
|
28 |
- ContaoCoreBundle::class, |
|
29 |
- ] |
|
30 |
- ), |
|
25 |
+ BundleConfig::create(vonRotenbergScrollanimationBundle::class), |
|
31 | 26 |
]; |
32 | 27 |
} |
33 | 28 |
} |
34 | 29 |
\ No newline at end of file |