mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-09 09:53:44 +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
|
||||
{
|
||||
return view('admin.index', ['version' => $this->version]);
|
||||
// return view('templates/base.core');
|
||||
// return view('admin.index', ['version' => $this->version]);
|
||||
return view('templates/base.core');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user