mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Fix Admin/BaseController.php showing the SSR admin area
This commit is contained in:
@@ -30,7 +30,7 @@ class BaseController extends Controller
|
|||||||
*/
|
*/
|
||||||
public function index(): View
|
public function index(): View
|
||||||
{
|
{
|
||||||
return view('admin.index', ['version' => $this->version]);
|
// return view('admin.index', ['version' => $this->version]);
|
||||||
// return view('templates/base.core');
|
return view('templates/base.core');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user