We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
LeftAndMain
There's no good reason to instantiate LeftAndMain. It should be abstract.
getModelClass()
tree_class
The text was updated successfully, but these errors were encountered:
SiteTree
CMSMain
GuySartorelli
No branches or pull requests
There's no good reason to instantiate
LeftAndMain
. It should be abstract.Related
Acceptance criteria
LeftAndMain
is made abstractLeftAndMain
is refactored to use a concrete class instead.getModelClass()
method is createdtree_class
configuration property is removed - anything that used this configuration is updated to callgetModelClass()
instead.tree_class
config" section in this comment unless doing so causes unforeseen problemsThe text was updated successfully, but these errors were encountered: