Skip to content

Commit

Permalink
VACMS-14793: Rename MenuAlterTrait for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
chri5tia committed Sep 18, 2023
1 parent f1c08b0 commit b421dea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Drupal\core_event_dispatcher\Event\Form\FormAlterEvent;
use Drupal\core_event_dispatcher\FormHookEvents;
use Drupal\va_gov_header_footer\Traits\MenuFormAlter;
use Drupal\va_gov_header_footer\Traits\MenuFormAlterTrait;
use Drupal\va_gov_user\Service\UserPermsService;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;

Expand All @@ -13,7 +13,7 @@
*/
class FormEventSubscriber implements EventSubscriberInterface {

use MenuFormAlter;
use MenuFormAlterTrait;

/**
* The VA user permission service.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* Provides centralized menu form alter methods.
*/
trait MenuFormAlter {
trait MenuFormAlterTrait {

/**
* Hides the description field on certain menu link forms.
Expand Down

0 comments on commit b421dea

Please sign in to comment.