Browse code

Try to load before Core

Benjamin Roth authored on22/05/2020 22:04:16
Showing1 changed files
... ...
@@ -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