Skip to content

Remove unneed statement in com_newsletter migration#1521

Merged
erichhuebner merged 1 commit intodevfrom
com-newsletter_clean-up
May 27, 2021
Merged

Remove unneed statement in com_newsletter migration#1521
erichhuebner merged 1 commit intodevfrom
com-newsletter_clean-up

Conversation

@jimm-domingo
Copy link
Contributor

I've been studying how existing components define their data models, and how their migration classes are involved. I came across an assignment statement in one migration class of the newsletter component that appears to be unnecessary. So recommending its deletion to tidy up the code a bit.

The `$query` variable is assigned a different value in the very next statement.
So this first assignment seems to be spurious.
@erichhuebner erichhuebner merged commit 2ccb3ce into dev May 27, 2021
@nkissebe nkissebe deleted the com-newsletter_clean-up branch October 25, 2022 23:35
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.

2 participants

Comments