Skip to content

Commit

Permalink
Merge pull request #116 from OS2Forms/feature/drupal-10-readiness
Browse files Browse the repository at this point in the history
Drupal 10 compability tweaks
  • Loading branch information
jekuaitk authored Jun 26, 2024
2 parents 42153a9 + 4ee4353 commit efba9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Drupal\os2forms_digital_post\Drush\Commands;

use Drupal\Core\Serialization\Yaml;
use Drupal\Component\Serialization\Yaml;
use Drupal\Core\Utility\Token;
use Drupal\entity_print\Plugin\EntityPrintPluginManagerInterface;
use Drupal\os2forms_digital_post\Helper\DigitalPostHelper;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Drupal\os2forms_digital_post\Exception\CertificateLocatorException;
use GuzzleHttp\Client;
use Http\Adapter\Guzzle6\Client as GuzzleAdapter;
use Http\Adapter\Guzzle7\Client as GuzzleAdapter;
use Http\Factory\Guzzle\RequestFactory;
use ItkDev\AzureKeyVault\Authorisation\VaultToken;
use ItkDev\AzureKeyVault\KeyVault\VaultSecret;
Expand Down

0 comments on commit efba9e2

Please sign in to comment.