Version: 3.2.7
Bug Description
When creating instance of class Template, it was not expected abstract class Template
Steps To Reproduce
Sending email over mail library contributte/mailing v0.6
Library is fixed in v0.7 bud error was still unexpected, because just patch version was changed ->
Error occure when nette/application was upgraded from 3.2.6 => 3.2.7 because class Template was changed to abstract class
Expected Behavior
Class can be instantiated
