vigetlabs / craft-viget-base

http://code.viget.com/craft-viget-base/
7 stars 3 forks source link

Fix duplicate bootstrapping #63

Closed JJimmyFlynn closed 1 year ago

JJimmyFlynn commented 1 year ago

A Yii auto-bootstraped module automatically calls the bootstrap method.

We we're explicitly calling the bootstrap method which was resulting in everything in the module running twice. For example, outputting the custom navigation items twice.

Since the only other thing in our init method was to call the parent init, the whole method can be removed

Ref: https://www.yiiframework.com/doc/guide/2.0/en/structure-extensions#bootstrapping-classes