Move EE prepend/include to the end of presenters
This moves all instances of `prepend EE::Something` and `include EE::Something` in presenters to the last line of the corresponding file. This pushes EE specific code further down the files, reducing the likelihood of developers running into merge conflicts.
Showing
Please register or sign in to comment