Browse Source

Merge pull request #663 from crtlib/patch-1

put SiteController in correct namespace in benchmark app
tags/2.0.0-alpha
Qiang Xue 11 years ago
parent
commit
cfa590375d
  1. 2
      apps/benchmark/protected/controllers/SiteController.php

2
apps/benchmark/protected/controllers/SiteController.php

@ -1,5 +1,7 @@
<?php
namespace app\controllers;
use yii\web\Controller;
class SiteController extends Controller

Loading…
Cancel
Save