diff --git a/core/lib/Drupal.php b/core/lib/Drupal.php
index 34c641c..40e2d19 100644
--- a/core/lib/Drupal.php
+++ b/core/lib/Drupal.php
@@ -149,7 +149,7 @@ public static function service($id) {
    *   TRUE if the specified service exists, FALSE otherwise.
    */
   public static function hasService($id) {
-    return static::$container && static::$container->has($id);
+    return static::$container->has($id);
   }
 
   /**
