set disposeBag as const

This commit is contained in:
Sergey Kopytov 2018-12-30 03:19:42 +05:00
parent 061ab54a8c
commit f3bbefd2a4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ final class {{ module_info.name }}ViewController: BaseConfigurableController<{{
// MARK: - Properties
var disposeBag = DisposeBag()
let disposeBag = DisposeBag()
// MARK: - View Life Cycle