Skip to content

Commit

Permalink
add static pages controller
Browse files Browse the repository at this point in the history
  • Loading branch information
malder1975 committed Oct 3, 2016
1 parent 714f688 commit 5f0ef49
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions frontend/controllers/SPController.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

namespace frontend\controllers;

class SPController extends \yii\web\Controller
{
public function actionIndex()
{
return $this->render('index');
}

}

0 comments on commit 5f0ef49

Please sign in to comment.