From 03c3775865502735783349b7670ee4b59d9f218e Mon Sep 17 00:00:00 2001 From: Bohdan Shulha Date: Thu, 6 Feb 2014 19:55:58 +0200 Subject: [PATCH] Fix typo --- apps/advanced/frontend/widgets/Alert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/advanced/frontend/widgets/Alert.php b/apps/advanced/frontend/widgets/Alert.php index 4af0031d25..93ea78d563 100644 --- a/apps/advanced/frontend/widgets/Alert.php +++ b/apps/advanced/frontend/widgets/Alert.php @@ -16,7 +16,7 @@ namespace frontend\widgets; * - \Yii::$app->getSession()->setFlash('info', 'This is the message'); * * @author Kartik Visweswaran - * @author Alexander Makarov + * @author Alexander Makarov */ class Alert extends \yii\bootstrap\Widget {