Merge pull request #2347 from bohdan4ik/patch-1

Fix typo
This commit is contained in:
Qiang Xue
2014-02-06 12:57:12 -05:00

View File

@@ -16,7 +16,7 @@ namespace frontend\widgets;
* - \Yii::$app->getSession()->setFlash('info', 'This is the message');
*
* @author Kartik Visweswaran <kartikv2@gmail.com>
* @author Alexander Makarov <sam@rmcerative.ru>
* @author Alexander Makarov <sam@rmcreative.ru>
*/
class Alert extends \yii\bootstrap\Widget
{