Important changes to the function names:
- The function
Model::use()
has been renamed toModel::set()
; - The function
AppBuilder::use()
has been renamed toAppBuilder::useAppContext()
.
Important changes to the function names:
Model::use()
has been renamed to Model::set()
;AppBuilder::use()
has been renamed to AppBuilder::useAppContext()
.