You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that most properties on ModuleController have setters, making it easy to set properties in the setUpController() method. However, the $previewView property is lacking its own setter.
Describe the solution you'd like
Create a ModuleController::setPreviewView() setter.
The text was updated successfully, but these errors were encountered:
Summary
It seems that most properties on
ModuleController
have setters, making it easy to set properties in thesetUpController()
method. However, the$previewView
property is lacking its own setter.Describe the solution you'd like
Create a
ModuleController::setPreviewView()
setter.The text was updated successfully, but these errors were encountered: