Rename BasePageController index function to basePage

This commit is contained in:
DariusIII
2018-04-16 08:57:00 +02:00
parent bd92f64b9c
commit c2b2950e4c
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -356,7 +356,7 @@ class BasePageController extends Controller
/**
* @throws \Exception
*/
public function index()
public function basePage()
{
$this->setPrefs();
$this->pagerender();