Skip to content

Commit

Permalink
Update ActiveForm.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar authored Apr 20, 2017
1 parent 06e4ded commit 8d4a592
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ActiveForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ class ActiveForm extends \yii\widgets\ActiveForm
*/
public $layout = 'default';

/**
* @var string The error Summary alert class
*/
public $errorSummaryCssClass = 'error-summary alert alert-danger';

/**
* @inheritdoc
*/
Expand Down

0 comments on commit 8d4a592

Please sign in to comment.