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
+1
View File
@@ -1,4 +1,5 @@
2019-05-14 DariusIII
* Chg: Remove unused basePage() function from BasePageController
* Chg: Update phpunit/phpunit (7.5.10 => 7.5.11)
2019-05-13 DariusIII
* Chg: Add link to advanced search to Articles & links menu
@@ -344,15 +344,6 @@ class BasePageController extends Controller
$this->render();
}
/**
* @throws \Exception
*/
public function basePage(): void
{
$this->setPrefs();
$this->pagerender();
}
/**
* @throws \Exception
*/