Make extensions mutable (#126)
This commit is contained in:
committed by
Kyle Fuller
parent
793773f191
commit
2455fb9ed0
@@ -1,6 +1,6 @@
|
|||||||
public struct Environment {
|
public struct Environment {
|
||||||
public let templateClass: Template.Type
|
public let templateClass: Template.Type
|
||||||
public let extensions: [Extension]
|
public var extensions: [Extension]
|
||||||
|
|
||||||
public var loader: Loader?
|
public var loader: Loader?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user