Skip to content

Commit

Permalink
add static pages index page
Browse files Browse the repository at this point in the history
  • Loading branch information
malder1975 committed Oct 3, 2016
1 parent 1aa59ed commit ef51fc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/controllers/SPController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

namespace frontend\controllers;

class SPController extends \yii\web\Controller
use yii\web\Controller;

class SPController extends Controller
{
public function actionIndex()
{
Expand Down

0 comments on commit ef51fc6

Please sign in to comment.