mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
Share data between views
This commit is contained in:
@@ -18,7 +18,6 @@ class ApiHelpController extends BasePageController
|
||||
*/
|
||||
public function index(): View
|
||||
{
|
||||
$this->setPreferences();
|
||||
$this->setAdminPrefs();
|
||||
|
||||
$this->viewData['title'] = 'Api Help';
|
||||
@@ -35,7 +34,6 @@ class ApiHelpController extends BasePageController
|
||||
*/
|
||||
public function apiv2(): View
|
||||
{
|
||||
$this->setPreferences();
|
||||
$this->setAdminPrefs();
|
||||
|
||||
$this->viewData['title'] = 'Api V2 Help';
|
||||
|
||||
Reference in New Issue
Block a user