mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:01:24 +00:00
Remove unused basePage() function from BasePageController
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user