Commit 7709f481 authored by baldwinlouie's avatar baldwinlouie Committed by Yas Naoi
Browse files

Issue #3311935 by baldwinlouie, yas: Fix aws_cloud batch process when adding...

Issue #3311935 by baldwinlouie, yas: Fix aws_cloud batch process when adding AWS cloud service provider using Drupal 9.5
parent bf762fc6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ namespace Drupal\cloud\Traits;
use Drupal\cloud\Entity\CloudConfigInterface;
use Drupal\cloud\Event\CloudEntityEvent;
use Drupal\cloud\Event\CloudEntityEventType;
use Drupal\Core\DependencyInjection\DependencySerializationTrait;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Entity\EntityTypeInterface;
use Drupal\Core\Logger\LoggerChannelTrait;
@@ -21,6 +22,7 @@ use Psr\Log\LoggerInterface;
 */
trait CloudContentEntityTrait {

  use DependencySerializationTrait;
  use LoggerChannelTrait;
  use MessengerTrait;
  use StringTranslationTrait;