diff --git a/src/IslandoraUtils.php b/src/IslandoraUtils.php index b39ce3da4..e722093fa 100644 --- a/src/IslandoraUtils.php +++ b/src/IslandoraUtils.php @@ -91,13 +91,6 @@ class IslandoraUtils { */ protected $cache; - /** - * Current user. - * - * @var \Drupal\Core\Session\AccountProxyInterface - */ - protected $currentUser; - /** * Constructor. * @@ -122,7 +115,7 @@ public function __construct( ContextManager $context_manager, FlysystemFactory $flysystem_factory, LanguageManagerInterface $language_manager, - AccountInterface $current_user + AccountInterface $current_user, CacheBackendInterface $cache, ) { $this->entityTypeManager = $entity_type_manager;