- 🇬🇧United Kingdom r-mo
A few small fixes:
- PHP deprecation: Using ${var} in strings is deprecated, use {$var} instead in src/Controller/MenuSelectAutocompleteController.php on line 74
- Using dependency injection to load config.factory rather than \Drupal::config()
- Move $show_title out of loop as there's no need to update each time