Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / system.api.php
index 7951ecd21f8cfd2a928e42368774d3ecdc49a262..ca1e02c9864fda97bf97f4c6f4d1246075597a12 100644 (file)
@@ -27,7 +27,7 @@ function hook_system_themes_page_alter(&$theme_groups) {
       $theme->operations[] = [
         'title' => t('Foo'),
         'url' => Url::fromRoute('system.themes_page'),
-        'query' => ['theme' => $theme->getName()]
+        'query' => ['theme' => $theme->getName()],
       ];
     }
   }