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 a554b7d commit e1b0728
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 e1b0728

Please sign in to comment.