for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author Anton Tuyakhov <[email protected]>
*/
namespace tuyakhov\braintree;
class ActiveForm extends \yii\bootstrap\ActiveForm
{
* {@inheritdoc}
public function init()
parent::init();
BraintreeAsset::register($this->getView());
$this->fieldClass = ActiveField::class;
}