- Issue created by @bhanu951
Inject the file_system service in the theme registry service in (\Drupal\Core\Theme\Registry)
Properly inject file_system service into constructor.
Make Code Changes.
NA
NA
Calling (\Drupal\Core\Theme\Registry)
will require an instance of \Drupal::service('file_system') as an argument
Calling \Drupal\Core\Theme\Registry now require \Drupal::service('file_system') in their constructor.
Active
11.0 🔥
theme system