From cc32d4e20a89e724a4029985c4dbbf61d6d2c416 Mon Sep 17 00:00:00 2001 From: Yeni Atencio Date: Tue, 20 Aug 2024 09:48:57 +1000 Subject: [PATCH] fixed lint --- tide_landing_page.install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tide_landing_page.install b/tide_landing_page.install index 94072a8..1d61b28 100644 --- a/tide_landing_page.install +++ b/tide_landing_page.install @@ -98,8 +98,9 @@ function tide_landing_page_update_10102() { * Remove style option field from call to action component. */ function tide_landing_page_update_10103() { - // To avoid error `table for the field couldn't be renamed to the - // field_deleted_data_xxxxx{long-hash-string} because the table already exists`. + // To avoid error `table for the field couldn't be renamed to + // the field_deleted_data_xxxxx{long-hash-string} because + // the table already exists`. // @link https://www.drupal.org/project/drupal/issues/2836539 $alias_manager = Drush::service('site.alias.manager'); Drush::drush($alias_manager->getSelf(), 'cron')->run();