remove before

This commit is contained in:
sagargurung1001@gmail.com
2022-12-02 09:45:55 +05:45
committed by Phil Davis
parent c80e773234
commit 265db41819

View File

@@ -48,7 +48,6 @@ class GraphContext implements Context {
$environment = $scope->getEnvironment();
// Get all the contexts you need in this context from here
$this->featureContext = $environment->getContext('FeatureContext');
$this->spacesContext = $environment->getContext('SpacesContext');
}
/**