diff --git a/core/lib/Drupal.php b/core/lib/Drupal.php index a66ff60..2871b3e 100644 --- a/core/lib/Drupal.php +++ b/core/lib/Drupal.php @@ -84,7 +84,7 @@ class Drupal { /** * Core API compatibility. */ - const DRUPAL_CORE_COMPATIBILITY = '8.x'; + const CORE_COMPATIBILITY = '8.x'; /** * The currently active container object.