newism / craft3-fields

Address, telephone, email, embed and gender fields for CraftCMS 3.x
Other
54 stars 16 forks source link

Adds parent::init() #10

Closed markhuot closed 7 years ago

markhuot commented 7 years ago

A recent beta of Craft added the INIT event, that other plugins can hook in to. To work with that you'll have to call parent::init() in your subclass.