Skip to content

Commit

Permalink
Fix call to undefined method
Browse files Browse the repository at this point in the history
Call to undefined method
DigipolisGent\Robo\Drupal8\Robo\Plugin\Commands\DigipolisDrupal8DeployCommand::taskSsh()
  • Loading branch information
Jelle-S committed Nov 17, 2022
1 parent d8c7cbb commit 8c4bbc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Traits/DigipolisHelpersCommandUtilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ trait DigipolisHelpersCommandUtilities
protected $remoteSettingsCache = [];
protected $localSettingsCache = [];

use \DigipolisGent\Robo\Task\Deploy\Tasks;

/**
* Get the settings from the 'remote' config key, with the tokens replaced.
*
Expand Down

0 comments on commit 8c4bbc2

Please sign in to comment.