Skip to content
Snippets Groups Projects

Issue #3207208: Optimisation not working for Images

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -72,7 +72,7 @@ class OptimizerSubscriber implements EventSubscriberInterface {
@@ -72,7 +72,7 @@ class OptimizerSubscriber implements EventSubscriberInterface {
public static function getSubscribedEvents() {
public static function getSubscribedEvents() {
return [
return [
KernelEvents::RESPONSE => [
KernelEvents::RESPONSE => [
['optimizer'],
['optimizer', -9999],
],
],
];
];
}
}
Loading