Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SDPA-2566] Adding the missing use statement in tide_event.install #41

Closed
wants to merge 1 commit into from

Conversation

kurtfoster
Copy link

No description provided.

@anthony-malkoun
Copy link
Contributor

That's weird. I thought this exact thing was already done. looking... Ah, ok, just in develop in https://github.com/dpc-sdp/tide_event/pull/38/files#diff-10e5f9f2647683c6fda5e1c06888efbfR8.

@@ -11,6 +11,7 @@ use Drupal\user\Entity\Role;
use Drupal\user\Entity\User;
use Drupal\workflows\Entity\Workflow;
use Drupal\Component\Utility\Random;
use Drupal\Core\Session\AccountInterface;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is already on line 8. https://github.com/dpc-sdp/tide_event/pull/41/files#diff-10e5f9f2647683c6fda5e1c06888efbfL8

I don't think that's why the build is failing.

@anthony-malkoun
Copy link
Contributor

Covered by another PR. Closing.

@anthony-malkoun anthony-malkoun deleted the feature/SDPA-2566-missing-use-statement branch June 17, 2019 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants