Remove unused basePage() function from BasePageController

This commit is contained in:
DariusIII
2019-05-14 13:22:42 +02:00
parent e34862496f
commit 928524824b
2 changed files with 1 additions and 9 deletions
@@ -344,15 +344,6 @@ class BasePageController extends Controller
$this->render();
}
/**
* @throws \Exception
*/
public function basePage(): void
{
$this->setPrefs();
$this->pagerender();
}
/**
* @throws \Exception
*/