Skip to content

Commit

Permalink
Merge pull request #267 from localgovdrupal/fix/1.x/coding-standards-…
Browse files Browse the repository at this point in the history
…entity-permissions

Coding standards fix on entityPermissions callback
  • Loading branch information
andybroomfield committed Jul 6, 2023
2 parents a65719d + c50cc06 commit c675bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AlertBannerEntityPermissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace Drupal\localgov_alert_banner;

use Drupal\Core\DependencyInjection\ContainerInjectionInterface;
use Drupal\Core\Entity\BundlePermissionHandlerTrait;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\Core\Entity\EntityTypeManagerInterface;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\localgov_alert_banner\Entity\AlertBannerEntityType;
use Drupal\Core\DependencyInjection\ContainerInjectionInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

/**
Expand Down

0 comments on commit c675bc8

Please sign in to comment.