Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / system_themes_page_alter.twig
index dbc839207077f23c9a577e23d5d702ec953b8a64..26109f4ef210386418f37d6fb4b53a20313d6b11 100644 (file)
@@ -8,7 +8,7 @@ function {{ machine_name }}_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()],
       ];
     }
   }