Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Theme / ThemeAccessCheck.php
index ed596e8b92d6fcd761754b074a3e2dd5a645acf2..f073f46f7cd584cf213ed2e8716a09da32357e0b 100644 (file)
@@ -27,6 +27,7 @@ class ThemeAccessCheck implements AccessInterface {
   public function __construct(ThemeHandlerInterface $theme_handler) {
     $this->themeHandler = $theme_handler;
   }
+
   /**
    * Checks access to the theme for routing.
    *