Skip to content

Commit

Permalink
Update DefaultController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
glpzzz authored Aug 12, 2020
1 parent bf7a572 commit f633da4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions controllers/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@

class DefaultController extends \yii\web\Controller
{

public function init()
{
if ($this->module->viewPath) {
$this->viewPath = $this->module->viewPath . '/' . $this->id;
}
}

public function actionContact($renderPartial = false)
{
$model = new ContactForm();
Expand Down

0 comments on commit f633da4

Please sign in to comment.