Fixed SiteController about Yii.

This commit is contained in:
Qiang Xue
2013-05-17 11:17:41 -04:00
parent 4ad0b9a335
commit 80b3d5641d

View File

@ -2,6 +2,7 @@
namespace app\controllers;
use Yii;
use yii\web\Controller;
use app\models\LoginForm;
use app\models\ContactForm;