Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Updated the class to fix the missing drupal class. (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
MdNadimHossain authored Sep 12, 2023
1 parent e5af39b commit e156ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tide_site_theming/src/TideSiteThemingOperation.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public function requiredChangesForTheming() {
$entity_form_display->save();

// Adding the field to display view.
$entity_view_display = Drupal::entityTypeManager()
$entity_view_display = \Drupal::entityTypeManager()
->getStorage('entity_view_display')
->load('taxonomy_term.sites.default');
if ($entity_view_display) {
Expand Down

0 comments on commit e156ef3

Please sign in to comment.