bootstrap-ui
bootstrap-ui copied to clipboard
Add notice on README for UIViewTrait
Description
Add notice on README for UIViewTrait
Benefits
Did not realize that the CakePHP FormHelper was being called instead of BootstrapUI's FormHelper as I was adding it to the viewBuilder in my AppController.php
Sounds like something we could merge?
The possible clash isn't limited to explicit trait usage though, it would also happen when extending UIView.