Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
Merge details:

commit 148a1e2
Author: Jelle Sebreghts <[email protected]>
Date:   Fri Dec 2 13:46:19 2022

    Fix use statements in Drupal8Handler
  • Loading branch information
Jelle-S committed Dec 2, 2022
2 parents e66d702 + 148a1e2 commit bf6a0d7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/EventHandler/Drupal8Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
use Consolidation\AnnotatedCommand\CommandError;
use DigipolisGent\CommandBuilder\CommandBuilder;
use DigipolisGent\Robo\Helpers\EventHandler\AbstractTaskEventHandler;
use RandomLib\Factory;
use Robo\Collection\CollectionBuilder;
use Robo\Contract\ConfigAwareInterface;
use SecurityLibTest\Mocks\Factory;
use SecurityLibTest\Mocks\Strength;
use SecurityLib\Strength;

abstract class Drupal8Handler extends AbstractTaskEventHandler implements ConfigAwareInterface
{
Expand All @@ -20,8 +20,6 @@ abstract class Drupal8Handler extends AbstractTaskEventHandler implements Config
use \Boedah\Robo\Task\Drush\loadTasks;
use \DigipolisGent\Robo\Drupal8\Traits\Drupal8UtilsTrait;



protected function getDatabaseConfig(array $aliases, ?string $uri = null): array
{
$app_root = $this->getConfig()->get('digipolis.root.web', false);
Expand Down

0 comments on commit bf6a0d7

Please sign in to comment.