X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FDependencyInjection%2FCompiler%2FCorsCompilerPass.php;h=3e0344a0f276456efe3e3e94362388b244b71c55;hb=refs%2Fheads%2Fd864;hp=207e094094f4870b401bf377972e95f75e6d53ee;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php index 207e09409..3e0344a0f 100644 --- a/web/core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php +++ b/web/core/lib/Drupal/Core/DependencyInjection/Compiler/CorsCompilerPass.php @@ -22,7 +22,7 @@ class CorsCompilerPass implements CompilerPassInterface { $enabled = !empty($cors_config['enabled']); } - // Remove the CORS middleware completly in case it was not enabled. + // Remove the CORS middleware completely in case it was not enabled. if (!$enabled) { $container->removeDefinition('http_middleware.cors'); }