File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
WooCommerce/Classes/ViewRelated/Search Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ protocol SearchUICommand {
4343 /// Set externally to enable resyncing the models when needed. Otherwise, an empty closure can be set by default.
4444 var resynchronizeModels : ( ( ) -> Void ) { get set }
4545
46- associatedtype ResultsControllerModel : ResultsControllerMutableType & ReadOnlyConvertible where ResultsControllerModel. ReadOnlyType == Model
46+ associatedtype ResultsControllerModel : ResultsControllerMutableType where ResultsControllerModel. ReadOnlyType == Model
4747 /// Creates a results controller for the search results. The result model's readonly type matches the search result model.
4848 func createResultsController( ) -> ResultsController < ResultsControllerModel >
4949
You can’t perform that action at this time.
0 commit comments