Skip to content
Snippets Groups Projects

Add gitlab CI

6 files
+ 38
10
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -7,9 +7,9 @@ namespace Drupal\cache_control_override\EventSubscriber;
@@ -7,9 +7,9 @@ namespace Drupal\cache_control_override\EventSubscriber;
use Drupal\Core\Cache\CacheableResponseInterface;
use Drupal\Core\Cache\CacheableResponseInterface;
use Drupal\Core\Cache\CacheBackendInterface;
use Drupal\Core\Cache\CacheBackendInterface;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Config\ConfigFactoryInterface;
use Symfony\Component\HttpKernel\KernelEvents;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\HttpKernel\Event\ResponseEvent;
use Symfony\Component\HttpKernel\Event\ResponseEvent;
 
use Symfony\Component\HttpKernel\KernelEvents;
/**
/**
* Cache Control Override.
* Cache Control Override.
Loading