Browse Source

Fixed SiteController about Yii.

tags/2.0.0-beta
Qiang Xue 12 years ago
parent
commit
80b3d5641d
  1. 1
      apps/bootstrap/protected/controllers/SiteController.php

1
apps/bootstrap/protected/controllers/SiteController.php

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

Loading…
Cancel
Save