Make extensions mutable (#126)

This commit is contained in:
Brett R. Toomey
2017-08-09 01:12:45 +02:00
committed by Kyle Fuller
parent 793773f191
commit 2455fb9ed0

View File

@@ -1,6 +1,6 @@
public struct Environment {
public let templateClass: Template.Type
public let extensions: [Extension]
public var extensions: [Extension]
public var loader: Loader?