diff --git a/common/models/Feedback.php b/common/models/Feedback.php index 32f5c1b..9c58413 100755 --- a/common/models/Feedback.php +++ b/common/models/Feedback.php @@ -96,7 +96,7 @@ 'date_add' => Yii::t('app', 'Feedback date Add'), ]; } - + public function afterSave($insert, $changedAttributes) { parent::afterSave($insert, $changedAttributes); diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 3943760..367dd83 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -37,8 +37,8 @@