Skip to content

Commit

Permalink
Update factory
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Jul 28, 2021
1 parent 75db1d9 commit ddc2fb7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -92,7 +92,7 @@ class ContentBuilder extends FactoryBuilderSupport {
registerFactory('dtend', new DefaultPropertyFactory(klass: DtEnd))
registerFactory('dtstamp', new DtStampFactory())
registerFactory('dtstart', new DefaultPropertyFactory(klass: DtStart))
registerFactory('due', new DefaultPropertyFactory(klass: Due))
registerFactory('due', new PropertyFactoryWrapper(Due, new Due.Factory()))
registerFactory('duration', new DefaultPropertyFactory(klass: Duration))
registerFactory('exdate', new DefaultPropertyFactory(klass: ExDate))
registerFactory('exrule', new DefaultPropertyFactory(klass: ExRule))
Expand Down

0 comments on commit ddc2fb7

Please sign in to comment.