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 / plugin-manager / yaml / model.services.yml.twig
1 services:
2   plugin.manager.{{ plugin_type }}:
3     class: Drupal\{{ machine_name }}\{{ class_prefix }}PluginManager
4     arguments: ['@module_handler', '@cache.discovery']