Skip to content

Commit

Permalink
fix(ddev): fix bug when no ddev is used
Browse files Browse the repository at this point in the history
  • Loading branch information
stmh committed Jul 22, 2022
1 parent 56c1fec commit b744070
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Method/DdevMethod.php
Expand Up @@ -39,8 +39,6 @@ public function validateGlobalSettings(Node $settings, ValidationErrorBagInterfa
$ddev = $settings['ddev'];
$service = new ValidationService($ddev, $errors, 'ddev settings');
$service->hasKey('name', 'the ddev project-name is missing');
} else {
$errors->addError('ddev', 'No ddev config found, check `.ddev/config.yaml`');
}
}

Expand Down

0 comments on commit b744070

Please sign in to comment.