Skip to content

Commit

Permalink
Fix up issues from rebase (Islandora#2272)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant Brown committed Jul 30, 2024
1 parent dcbddf3 commit 13b7d3e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/IslandoraUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@ class IslandoraUtils {
*/
protected $cache;

/**
* Current user.
*
* @var \Drupal\Core\Session\AccountProxyInterface
*/
protected $currentUser;

/**
* Constructor.
*
Expand All @@ -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;
Expand Down

0 comments on commit 13b7d3e

Please sign in to comment.